Html Css Color HEX #DEDD03 Golden Yellow

📋 copy color: '#DEDD03'

red 222 ◦ green 221 ◦ blue 3

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

Shades of Golden Yellow #DEDD03

Tints of Golden Yellow #DEDD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 49.78%
G = 49.55%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEDD03 (or 0xDEDD03) is known color: Golden Yellow. HEX triplet: DE, DD and 03. RGB value is (222,221,3). Sum of RGB (Red+Green+Blue) = 222+221+3=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD03 is #2122FC. Grayscale: #C5C5C5. Windows color (decimal): -2171645 or 253406. OLE color: 253406.

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

Color convert

RGB 222 221 3 -
CMYK 0 0.00 0.99 0.13
HSL 59.73º 0.97% 0.44% -
HSV(B) 59.73º 0.99% 0.87% -
XYZ 56 67.25 10.12 -
YUV 196.45 18.83 146.23 -
System Red Green Blue C M Y K H S L
Decimal 222 221 3 0 0.00 0.99 0.13 59.73 0.97 0.44
Hex DE DD 3 0 0 63 D 3C 61 2C
Octal 336 335 3 0 0 143 15 74 141 54
Binary 11011110 11011101 11 0 0 1100011 1101 111100 1100001 101100

Color Harmonies of #DEDD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD03

Black with #DEDD03

Text Example


Text Example

White with #DEDD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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