Html Css Color HEX #DEDD04 Golden Yellow

📋 copy color: '#DEDD04'

red 222 ◦ green 221 ◦ blue 4

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

Shades of Golden Yellow #DEDD04

Tints of Golden Yellow #DEDD04

RGB

 RED value IS 222 (87.11% from 255) = 49.66%

 GREEN value IS 221 (86.72% from 255) = 49.44%

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

R = 49.66%
G = 49.44%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEDD04 (or 0xDEDD04) is known color: Golden Yellow. HEX triplet: DE, DD and 04. RGB value is (222,221,4). Sum of RGB (Red+Green+Blue) = 222+221+4=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD04 is #2122FB. Grayscale: #C5C5C5. Windows color (decimal): -2171644 or 318942. OLE color: 318942.

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

Color convert

RGB 222 221 4 -
CMYK 0 0.00 0.98 0.13
HSL 59.72º 0.96% 0.44% -
HSV(B) 59.72º 0.98% 0.87% -
XYZ 56 67.25 10.14 -
YUV 196.56 19.33 146.14 -
System Red Green Blue C M Y K H S L
Decimal 222 221 4 0 0.00 0.98 0.13 59.72 0.96 0.44
Hex DE DD 4 0 0 62 D 3C 60 2C
Octal 336 335 4 0 0 142 15 74 140 54
Binary 11011110 11011101 100 0 0 1100010 1101 111100 1100000 101100

Color Harmonies of #DEDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD04

Black with #DEDD04

Text Example


Text Example

White with #DEDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD04; }

 p { color: rgb(222,221,4); }

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

background-color css

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

 a { background-color: rgb(222,221,4); }

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

border-color css

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

 span { border-color: rgb(222,221,4); }

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