Html Css Color HEX #CDB004 Bird Flower

📋 copy color: '#CDB004'

red 205 ◦ green 176 ◦ blue 4

#CDB004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CDB004

Tints of Bird Flower #CDB004

RGB

 RED value IS 205 (80.47% from 255) = 53.25%

 GREEN value IS 176 (69.14% from 255) = 45.71%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 53.25%
G = 45.71%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDB004 (or 0xCDB004) is known color: Bird Flower. HEX triplet: CD, B0 and 04. RGB value is (205,176,4). Sum of RGB (Red+Green+Blue) = 205+176+4=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB004 is #324FFB. Grayscale: #A5A5A5. Windows color (decimal): -3297276 or 307405. OLE color: 307405.

HSL color Cylindrical-coordinate representation of color #CDB004: hue angle of 51.34º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDB004 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 4 -
CMYK 0 0.14 0.98 0.20
HSL 51.34º 0.96% 0.41% -
HSV(B) 51.34º 0.98% 0.8% -
XYZ 40.72 44.04 6.47 -
YUV 165.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 205 176 4 0 0.14 0.98 0.20 51.34 0.96 0.41
Hex CD B0 4 0 E 62 14 33 60 29
Octal 315 260 4 0 16 142 24 63 140 51
Binary 11001101 10110000 100 0 1110 1100010 10100 110011 1100000 101001

Color Harmonies of #CDB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB004

Black with #CDB004

Text Example


Text Example

White with #CDB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB004; }

 p { color: rgb(205,176,4); }

 H1.HeaderClassName
 {
   color: #CDB004;
 }
 .AnyTagClassName
 {
   color: #CDB004;
 }
</style>

background-color css

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

 a { background-color: rgb(205,176,4); }

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

border-color css

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

 span { border-color: rgb(205,176,4); }

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