Html Css Color HEX #DCD704 Bird Flower

📋 copy color: '#DCD704'

red 220 ◦ green 215 ◦ blue 4

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

Shades of Bird Flower #DCD704

Tints of Bird Flower #DCD704

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.97%

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

R = 50.11%
G = 48.97%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCD704 (or 0xDCD704) is known color: Bird Flower. HEX triplet: DC, D7 and 04. RGB value is (220,215,4). Sum of RGB (Red+Green+Blue) = 220+215+4=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD704 is #2328FB. Grayscale: #C1C1C1. Windows color (decimal): -2304252 or 317404. OLE color: 317404.

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

Color convert

RGB 220 215 4 -
CMYK 0 0.02 0.98 0.14
HSL 58.61º 0.96% 0.44% -
HSV(B) 58.61º 0.98% 0.86% -
XYZ 53.84 63.83 9.6 -
YUV 192.44 21.66 147.66 -
System Red Green Blue C M Y K H S L
Decimal 220 215 4 0 0.02 0.98 0.14 58.61 0.96 0.44
Hex DC D7 4 0 2 62 E 3B 60 2C
Octal 334 327 4 0 2 142 16 73 140 54
Binary 11011100 11010111 100 0 10 1100010 1110 111011 1100000 101100

Color Harmonies of #DCD704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD704

Black with #DCD704

Text Example


Text Example

White with #DCD704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD704; }

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

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

background-color css

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

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

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

border-color css

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

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

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