#CDB91D

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

Shades of Bird Flower #CDB91D

Tints of Bird Flower #CDB91D

Color information

#CDB91D (or 0xCDB91D) is unknown color: approx Bird Flower. HEX triplet: CD, B9 and 1D. RGB value is (205,185,29). Sum of RGB (Red+Green+Blue) = 205+185+29=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB91D is #3246E2. Grayscale: #ADADAD. Windows color (decimal): -3294947 or 1948109. OLE color: 1948109.

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

Color convert

RGB20518529-
CMYK00.100.860.20
HSL53.18º75.21%45.88%-
HSV(B)53.18º85.85%80.39%-
XYZ42.7547.778.13-
YUV173.246.63150.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 185 (72.66% from 255) = 44.15%
BLUE value IS 29 (11.72% from 255) = 6.92%
R=48.93%
G=44.15%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051852900.100.860.2053.1875.2145.88
HexCDB91D0A5614354b2e
Octal31527135012126246511356
Binary110011011011100111101010101010110101001101011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB91D; }

 p { color: rgb(205,185,29); }

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

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

 a { background-color: rgb(205,185,29); }

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

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

 span { border-color: rgb(205,185,29); }

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