#CBD70F

Color #CBD70F Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CBD70F

Tints of Barberry #CBD70F

Color information

#CBD70F (or 0xCBD70F) is unknown color: approx Barberry. HEX triplet: CB, D7 and 0F. RGB value is (203,215,15). Sum of RGB (Red+Green+Blue) = 203+215+15=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD70F is #3428F0. Grayscale: #BDBDBD. Windows color (decimal): -3418353 or 1038283. OLE color: 1038283.

HSL color Cylindrical-coordinate representation of color #CBD70F: hue angle of 63.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBD70F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB20321515-
CMYK0.0600.930.16
HSL63.6º86.96%45.1%-
HSV(B)63.6º93.02%84.31%-
XYZ49.0261.339.71-
YUV188.6130.02138.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 215 (84.38% from 255) = 49.65%
BLUE value IS 15 (6.25% from 255) = 3.46%
R=46.88%
G=49.65%
B=3.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203215150.0600.930.1663.686.9645.1
HexCBD7F605D1040572d
Octal31332717601352010012755
Binary11001011110101111111110010111011000010000001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD70F; }

 p { color: rgb(203,215,15); }

 H1.HeaderClassName
 {
   color: #CBD70F;
 }
 .AnyTagClassName
 {
   color: #CBD70F;
 }
</style>
background-color css

<style>
 a { background-color: #CBD70F; }

 a { background-color: rgb(203,215,15); }

 div.DivClassName
 {
   background-color: #CBD70F;
 }
 .BgClassName
 {
   background-color: #CBD70F;
 }
</style>
border-color css

<style>
 span { border-color: #CBD70F; }

 span { border-color: rgb(203,215,15); }

 td.TdClassName
 {
   border-color: #CBD70F;
 }
 .TagClassName
 {
   border-color: #CBD70F;
 }
</style>