Html Css Color HEX #DCCC04 Bird Flower

📋 copy color: '#DCCC04'

red 220 ◦ green 204 ◦ blue 4

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

Shades of Bird Flower #DCCC04

Tints of Bird Flower #DCCC04

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.66%

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

R = 51.4%
G = 47.66%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCCC04 (or 0xDCCC04) is known color: Bird Flower. HEX triplet: DC, CC and 04. RGB value is (220,204,4). Sum of RGB (Red+Green+Blue) = 220+204+4=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC04 is #2333FB. Grayscale: #BABABA. Windows color (decimal): -2307068 or 314588. OLE color: 314588.

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

Color convert

RGB 220 204 4 -
CMYK 0 0.07 0.98 0.14
HSL 55.56º 0.96% 0.44% -
HSV(B) 55.56º 0.98% 0.86% -
XYZ 51.13 58.41 8.69 -
YUV 185.98 25.3 152.26 -
System Red Green Blue C M Y K H S L
Decimal 220 204 4 0 0.07 0.98 0.14 55.56 0.96 0.44
Hex DC CC 4 0 7 62 E 38 60 2C
Octal 334 314 4 0 7 142 16 70 140 54
Binary 11011100 11001100 100 0 111 1100010 1110 111000 1100000 101100

Color Harmonies of #DCCC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC04

Black with #DCCC04

Text Example


Text Example

White with #DCCC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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