Html Css Color HEX #DEDD01 Golden Yellow

📋 copy color: '#DEDD01'

red 222 ◦ green 221 ◦ blue 1

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

Shades of Golden Yellow #DEDD01

Tints of Golden Yellow #DEDD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 50%
G = 49.77%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEDD01 (or 0xDEDD01) is known color: Golden Yellow. HEX triplet: DE, DD and 01. RGB value is (222,221,1). Sum of RGB (Red+Green+Blue) = 222+221+1=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD01 is #2122FE. Grayscale: #C5C5C5. Windows color (decimal): -2171647 or 122334. OLE color: 122334.

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

Color convert

RGB 222 221 1 -
CMYK 0 0.00 1.00 0.13
HSL 59.73º 0.99% 0.44% -
HSV(B) 59.73º 1% 0.87% -
XYZ 55.99 67.24 10.06 -
YUV 196.22 17.83 146.39 -
System Red Green Blue C M Y K H S L
Decimal 222 221 1 0 0.00 1.00 0.13 59.73 0.99 0.44
Hex DE DD 1 0 0 64 D 3C 63 2C
Octal 336 335 1 0 0 144 15 74 143 54
Binary 11011110 11011101 1 0 0 1100100 1101 111100 1100011 101100

Color Harmonies of #DEDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD01

Black with #DEDD01

Text Example


Text Example

White with #DEDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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