Html Css Color HEX #DED901 Golden Yellow

📋 copy color: '#DED901'

red 222 ◦ green 217 ◦ blue 1

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

Shades of Golden Yellow #DED901

Tints of Golden Yellow #DED901

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.32%

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

R = 50.45%
G = 49.32%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DED901 (or 0xDED901) is known color: Golden Yellow. HEX triplet: DE, D9 and 01. RGB value is (222,217,1). Sum of RGB (Red+Green+Blue) = 222+217+1=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DED901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED901 is #2126FE. Grayscale: #C2C2C2. Windows color (decimal): -2172671 or 121310. OLE color: 121310.

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

Color convert

RGB 222 217 1 -
CMYK 0 0.02 1.00 0.13
HSL 58.64º 0.99% 0.44% -
HSV(B) 58.64º 1% 0.87% -
XYZ 54.94 65.16 9.71 -
YUV 193.87 19.16 148.06 -
System Red Green Blue C M Y K H S L
Decimal 222 217 1 0 0.02 1.00 0.13 58.64 0.99 0.44
Hex DE D9 1 0 2 64 D 3B 63 2C
Octal 336 331 1 0 2 144 15 73 143 54
Binary 11011110 11011001 1 0 10 1100100 1101 111011 1100011 101100

Color Harmonies of #DED901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED901

Black with #DED901

Text Example


Text Example

White with #DED901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED901; }

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

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

background-color css

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

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

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

border-color css

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

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

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