#CBB41C

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

Shades of Bird Flower #CBB41C

Tints of Bird Flower #CBB41C

Color information

#CBB41C (or 0xCBB41C) is unknown color: approx Bird Flower. HEX triplet: CB, B4 and 1C. RGB value is (203,180,28). Sum of RGB (Red+Green+Blue) = 203+180+28=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB41C is #344BE3. Grayscale: #AAAAAA. Windows color (decimal): -3427300 or 1881291. OLE color: 1881291.

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

Color convert

RGB20318028-
CMYK00.110.860.20
HSL52.11º75.76%45.29%-
HSV(B)52.11º86.21%79.61%-
XYZ41.1645.427.7-
YUV169.5548.12151.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 28 (11.33% from 255) = 6.81%
R=49.39%
G=43.80%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031802800.110.860.2052.1175.7645.29
HexCBB41C0B5614344c2d
Octal31326434013126246411455
Binary110010111011010011100010111010110101001101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB41C; }

 p { color: rgb(203,180,28); }

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

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

 a { background-color: rgb(203,180,28); }

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

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

 span { border-color: rgb(203,180,28); }

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