Html Css Color HEX #DEDA00 Golden Yellow

📋 copy color: '#DEDA00'

red 222 ◦ green 218 ◦ blue 0

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

Shades of Golden Yellow #DEDA00

Tints of Golden Yellow #DEDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.45%
G = 49.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEDA00 (or 0xDEDA00) is known color: Golden Yellow. HEX triplet: DE, DA and 00. RGB value is (222,218,0). Sum of RGB (Red+Green+Blue) = 222+218+0=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA00 is #2125FF. Grayscale: #C3C3C3. Windows color (decimal): -2172416 or 56030. OLE color: 56030.

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

Color convert

RGB 222 218 0 -
CMYK 0 0.02 1 0.13
HSL 58.92º 1% 0.44% -
HSV(B) 58.92º 1% 0.87% -
XYZ 55.2 65.67 9.77 -
YUV 194.34 18.33 147.73 -
System Red Green Blue C M Y K H S L
Decimal 222 218 0 0 0.02 1 0.13 58.92 1 0.44
Hex DE DA 0 0 2 64 D 3B 64 2C
Octal 336 332 0 0 2 144 15 73 144 54
Binary 11011110 11011010 0 0 10 1100100 1101 111011 1100100 101100

Color Harmonies of #DEDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA00

Black with #DEDA00

Text Example


Text Example

White with #DEDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA00; }

 p { color: rgb(222,218,0); }

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

background-color css

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

 a { background-color: rgb(222,218,0); }

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

border-color css

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

 span { border-color: rgb(222,218,0); }

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