Html Css Color HEX #DCC804 Bird Flower

📋 copy color: '#DCC804'

red 220 ◦ green 200 ◦ blue 4

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

Shades of Bird Flower #DCC804

Tints of Bird Flower #DCC804

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.17%

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

R = 51.89%
G = 47.17%
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

#DCC804 (or 0xDCC804) is known color: Bird Flower. HEX triplet: DC, C8 and 04. RGB value is (220,200,4). Sum of RGB (Red+Green+Blue) = 220+200+4=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC804 is #2337FB. Grayscale: #B8B8B8. Windows color (decimal): -2308092 or 313564. OLE color: 313564.

HSL color Cylindrical-coordinate representation of color #DCC804: hue angle of 54.44º 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 #DCC804 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 4 -
CMYK 0 0.09 0.98 0.14
HSL 54.44º 0.96% 0.44% -
HSV(B) 54.44º 0.98% 0.86% -
XYZ 50.19 56.53 8.38 -
YUV 183.64 26.63 153.94 -
System Red Green Blue C M Y K H S L
Decimal 220 200 4 0 0.09 0.98 0.14 54.44 0.96 0.44
Hex DC C8 4 0 9 62 E 36 60 2C
Octal 334 310 4 0 11 142 16 66 140 54
Binary 11011100 11001000 100 0 1001 1100010 1110 110110 1100000 101100

Color Harmonies of #DCC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC804

Black with #DCC804

Text Example


Text Example

White with #DCC804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC804; }

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

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

background-color css

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

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

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

border-color css

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

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

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