#CBB518

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

Shades of Bird Flower #CBB518

Tints of Bird Flower #CBB518

Color information

#CBB518 (or 0xCBB518) is unknown color: approx Bird Flower. HEX triplet: CB, B5 and 18. RGB value is (203,181,24). Sum of RGB (Red+Green+Blue) = 203+181+24=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB518 is #344AE7. Grayscale: #AAAAAA. Windows color (decimal): -3427048 or 1619403. OLE color: 1619403.

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

Color convert

RGB20318124-
CMYK00.110.880.20
HSL52.63º78.85%44.51%-
HSV(B)52.63º88.18%79.61%-
XYZ41.3245.817.53-
YUV169.6845.79151.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 181 (71.09% from 255) = 44.36%
BLUE value IS 24 (9.77% from 255) = 5.88%
R=49.75%
G=44.36%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031812400.110.880.2052.6378.8544.51
HexCBB5180B5814354f2d
Octal31326530013130246511755
Binary110010111011010111000010111011000101001101011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB518; }

 p { color: rgb(203,181,24); }

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

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

 a { background-color: rgb(203,181,24); }

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

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

 span { border-color: rgb(203,181,24); }

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