Html Css Color HEX #DCCA04 Bird Flower

📋 copy color: '#DCCA04'

red 220 ◦ green 202 ◦ blue 4

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

Shades of Bird Flower #DCCA04

Tints of Bird Flower #DCCA04

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.42%

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

R = 51.64%
G = 47.42%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCCA04 (or 0xDCCA04) is known color: Bird Flower. HEX triplet: DC, CA and 04. RGB value is (220,202,4). Sum of RGB (Red+Green+Blue) = 220+202+4=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA04 is #2335FB. Grayscale: #B9B9B9. Windows color (decimal): -2307580 or 314076. OLE color: 314076.

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

Color convert

RGB 220 202 4 -
CMYK 0 0.08 0.98 0.14
HSL 55º 0.96% 0.44% -
HSV(B) 55º 0.98% 0.86% -
XYZ 50.66 57.47 8.54 -
YUV 184.81 25.96 153.1 -
System Red Green Blue C M Y K H S L
Decimal 220 202 4 0 0.08 0.98 0.14 55 0.96 0.44
Hex DC CA 4 0 8 62 E 37 60 2C
Octal 334 312 4 0 10 142 16 67 140 54
Binary 11011100 11001010 100 0 1000 1100010 1110 110111 1100000 101100

Color Harmonies of #DCCA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA04

Black with #DCCA04

Text Example


Text Example

White with #DCCA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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