Html Css Color HEX #DEDB00 Golden Yellow

📋 copy color: '#DEDB00'

red 222 ◦ green 219 ◦ blue 0

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

Shades of Golden Yellow #DEDB00

Tints of Golden Yellow #DEDB00

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.66%

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

R = 50.34%
G = 49.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEDB00 (or 0xDEDB00) is known color: Golden Yellow. HEX triplet: DE, DB and 00. RGB value is (222,219,0). Sum of RGB (Red+Green+Blue) = 222+219+0=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB00 is #2124FF. Grayscale: #C3C3C3. Windows color (decimal): -2172160 or 56286. OLE color: 56286.

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

Color convert

RGB 222 219 0 -
CMYK 0 0.01 1 0.13
HSL 59.19º 1% 0.44% -
HSV(B) 59.19º 1% 0.87% -
XYZ 55.46 66.19 9.85 -
YUV 194.93 17.99 147.31 -
System Red Green Blue C M Y K H S L
Decimal 222 219 0 0 0.01 1 0.13 59.19 1 0.44
Hex DE DB 0 0 1 64 D 3B 64 2C
Octal 336 333 0 0 1 144 15 73 144 54
Binary 11011110 11011011 0 0 1 1100100 1101 111011 1100100 101100

Color Harmonies of #DEDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB00

Black with #DEDB00

Text Example


Text Example

White with #DEDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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