Html Css Color HEX #DEDC01 Golden Yellow

📋 copy color: '#DEDC01'

red 222 ◦ green 220 ◦ blue 1

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

Shades of Golden Yellow #DEDC01

Tints of Golden Yellow #DEDC01

RGB

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

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

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

R = 50.11%
G = 49.66%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEDC01 (or 0xDEDC01) is known color: Golden Yellow. HEX triplet: DE, DC and 01. RGB value is (222,220,1). Sum of RGB (Red+Green+Blue) = 222+220+1=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC01 is #2123FE. Grayscale: #C4C4C4. Windows color (decimal): -2171903 or 122078. OLE color: 122078.

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

Color convert

RGB 222 220 1 -
CMYK 0 0.01 1.00 0.13
HSL 59.46º 0.99% 0.44% -
HSV(B) 59.46º 1% 0.87% -
XYZ 55.72 66.72 9.97 -
YUV 195.63 18.16 146.81 -
System Red Green Blue C M Y K H S L
Decimal 222 220 1 0 0.01 1.00 0.13 59.46 0.99 0.44
Hex DE DC 1 0 1 64 D 3B 63 2C
Octal 336 334 1 0 1 144 15 73 143 54
Binary 11011110 11011100 1 0 1 1100100 1101 111011 1100011 101100

Color Harmonies of #DEDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC01

Black with #DEDC01

Text Example


Text Example

White with #DEDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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