Html Css Color HEX #DEDD67 Goldenrod

📋 copy color: '#DEDD67'

red 222 ◦ green 221 ◦ blue 103

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

Shades of Goldenrod #DEDD67

Tints of Goldenrod #DEDD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.86%

R = 40.66%
G = 40.48%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DEDD67 (or 0xDEDD67) is known color: Goldenrod. HEX triplet: DE, DD and 67. RGB value is (222,221,103). Sum of RGB (Red+Green+Blue) = 222+221+103=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD67 is #212298. Grayscale: #D0D0D0. Windows color (decimal): -2171545 or 6807006. OLE color: 6807006.

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

Color convert

RGB 222 221 103 -
CMYK 0 0.00 0.54 0.13
HSL 59.5º 0.64% 0.64% -
HSV(B) 59.5º 0.54% 0.87% -
XYZ 58.43 68.22 22.92 -
YUV 207.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 222 221 103 0 0.00 0.54 0.13 59.5 0.64 0.64
Hex DE DD 67 0 0 36 D 3B 40 40
Octal 336 335 147 0 0 66 15 73 100 100
Binary 11011110 11011101 1100111 0 0 110110 1101 111011 1000000 1000000

Color Harmonies of #DEDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD67

Black with #DEDD67

Text Example


Text Example

White with #DEDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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