#CBB718

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

Shades of Bird Flower #CBB718

Tints of Bird Flower #CBB718

Color information

#CBB718 (or 0xCBB718) is unknown color: approx Bird Flower. HEX triplet: CB, B7 and 18. RGB value is (203,183,24). Sum of RGB (Red+Green+Blue) = 203+183+24=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB718 is #3448E7. Grayscale: #ABABAB. Windows color (decimal): -3426536 or 1619915. OLE color: 1619915.

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

Color convert

RGB20318324-
CMYK00.100.880.20
HSL53.3º78.85%44.51%-
HSV(B)53.3º88.18%79.61%-
XYZ41.7346.637.67-
YUV170.8545.13150.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 183 (71.88% from 255) = 44.63%
BLUE value IS 24 (9.77% from 255) = 5.85%
R=49.51%
G=44.63%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031832400.100.880.2053.378.8544.51
HexCBB7180A5814354f2d
Octal31326730012130246511755
Binary110010111011011111000010101011000101001101011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB718; }

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

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

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

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

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

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

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

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