#CBC70F

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

Shades of Bird Flower #CBC70F

Tints of Bird Flower #CBC70F

Color information

#CBC70F (or 0xCBC70F) is unknown color: approx Bird Flower. HEX triplet: CB, C7 and 0F. RGB value is (203,199,15). Sum of RGB (Red+Green+Blue) = 203+199+15=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC70F is #3438F0. Grayscale: #B3B3B3. Windows color (decimal): -3422449 or 1034187. OLE color: 1034187.

HSL color Cylindrical-coordinate representation of color #CBC70F: hue angle of 58.72º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBC70F is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20319915-
CMYK00.020.930.20
HSL58.72º86.24%42.75%-
HSV(B)58.72º92.61%79.61%-
XYZ45.1453.588.41-
YUV179.2235.33144.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 199 (78.12% from 255) = 47.72%
BLUE value IS 15 (6.25% from 255) = 3.60%
R=48.68%
G=47.72%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031991500.020.930.2058.7286.2442.75
HexCBC7F025D143b562b
Octal3133071702135247312653
Binary110010111100011111110101011101101001110111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC70F; }

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

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

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

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

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

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

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

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