#CDBB19

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

Shades of Bird Flower #CDBB19

Tints of Bird Flower #CDBB19

Color information

#CDBB19 (or 0xCDBB19) is unknown color: approx Bird Flower. HEX triplet: CD, BB and 19. RGB value is (205,187,25). Sum of RGB (Red+Green+Blue) = 205+187+25=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDBB19 is #3244E6. Grayscale: #AEAEAE. Windows color (decimal): -3294439 or 1686477. OLE color: 1686477.

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

Color convert

RGB20518725-
CMYK00.090.880.20
HSL54º78.26%45.1%-
HSV(B)54º87.8%80.39%-
XYZ43.1248.598.03-
YUV173.9143.96150.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 25 (10.16% from 255) = 6.00%
R=49.16%
G=44.84%
B=6.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051872500.090.880.205478.2645.1
HexCDBB19095814364e2d
Octal31527331011130246611655
Binary110011011011101111001010011011000101001101101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBB19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBB19; }

 p { color: rgb(205,187,25); }

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

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

 a { background-color: rgb(205,187,25); }

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

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

 span { border-color: rgb(205,187,25); }

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