Html Css Color HEX #DEDC05 Golden Yellow

📋 copy color: '#DEDC05'

red 222 ◦ green 220 ◦ blue 5

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

Shades of Golden Yellow #DEDC05

Tints of Golden Yellow #DEDC05

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 49.66%
G = 49.22%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEDC05 (or 0xDEDC05) is known color: Golden Yellow. HEX triplet: DE, DC and 05. RGB value is (222,220,5). Sum of RGB (Red+Green+Blue) = 222+220+5=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC05 is #2123FA. Grayscale: #C4C4C4. Windows color (decimal): -2171899 or 384222. OLE color: 384222.

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

Color convert

RGB 222 220 5 -
CMYK 0 0.01 0.98 0.13
HSL 59.45º 0.96% 0.45% -
HSV(B) 59.45º 0.98% 0.87% -
XYZ 55.74 66.73 10.09 -
YUV 196.09 20.16 146.48 -
System Red Green Blue C M Y K H S L
Decimal 222 220 5 0 0.01 0.98 0.13 59.45 0.96 0.45
Hex DE DC 5 0 1 62 D 3B 60 2D
Octal 336 334 5 0 1 142 15 73 140 55
Binary 11011110 11011100 101 0 1 1100010 1101 111011 1100000 101101

Color Harmonies of #DEDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC05

Black with #DEDC05

Text Example


Text Example

White with #DEDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC05; }

 p { color: rgb(222,220,5); }

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

background-color css

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

 a { background-color: rgb(222,220,5); }

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

border-color css

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

 span { border-color: rgb(222,220,5); }

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