#CBC40F

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

Shades of Bird Flower #CBC40F

Tints of Bird Flower #CBC40F

Color information

#CBC40F (or 0xCBC40F) is unknown color: approx Bird Flower. HEX triplet: CB, C4 and 0F. RGB value is (203,196,15). Sum of RGB (Red+Green+Blue) = 203+196+15=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC40F is #343BF0. Grayscale: #B2B2B2. Windows color (decimal): -3423217 or 1033419. OLE color: 1033419.

HSL color Cylindrical-coordinate representation of color #CBC40F: hue angle of 57.77º 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 #CBC40F is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20319615-
CMYK00.030.930.20
HSL57.77º86.24%42.75%-
HSV(B)57.77º92.61%79.61%-
XYZ44.4552.218.19-
YUV177.4636.32146.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 196 (76.95% from 255) = 47.34%
BLUE value IS 15 (6.25% from 255) = 3.62%
R=49.03%
G=47.34%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031961500.030.930.2057.7786.2442.75
HexCBC4F035D143a562b
Octal3133041703135247212653
Binary110010111100010011110111011101101001110101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC40F; }

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

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

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

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

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

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

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

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