Html Css Color HEX #DCC904 Bird Flower

📋 copy color: '#DCC904'

red 220 ◦ green 201 ◦ blue 4

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

Shades of Bird Flower #DCC904

Tints of Bird Flower #DCC904

RGB

 RED value IS 220 (86.33% from 255) = 51.76%

 GREEN value IS 201 (78.91% from 255) = 47.29%

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

R = 51.76%
G = 47.29%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCC904 (or 0xDCC904) is known color: Bird Flower. HEX triplet: DC, C9 and 04. RGB value is (220,201,4). Sum of RGB (Red+Green+Blue) = 220+201+4=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC904 is #2336FB. Grayscale: #B9B9B9. Windows color (decimal): -2307836 or 313820. OLE color: 313820.

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

Color convert

RGB 220 201 4 -
CMYK 0 0.09 0.98 0.14
HSL 54.72º 0.96% 0.44% -
HSV(B) 54.72º 0.98% 0.86% -
XYZ 50.42 57 8.46 -
YUV 184.22 26.29 153.52 -
System Red Green Blue C M Y K H S L
Decimal 220 201 4 0 0.09 0.98 0.14 54.72 0.96 0.44
Hex DC C9 4 0 9 62 E 37 60 2C
Octal 334 311 4 0 11 142 16 67 140 54
Binary 11011100 11001001 100 0 1001 1100010 1110 110111 1100000 101100

Color Harmonies of #DCC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC904

Black with #DCC904

Text Example


Text Example

White with #DCC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC904; }

 p { color: rgb(220,201,4); }

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

background-color css

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

 a { background-color: rgb(220,201,4); }

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

border-color css

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

 span { border-color: rgb(220,201,4); }

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