Html Css Color HEX #DEDD65 Goldenrod

📋 copy color: '#DEDD65'

red 222 ◦ green 221 ◦ blue 101

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

Shades of Goldenrod #DEDD65

Tints of Goldenrod #DEDD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.57%

R = 40.81%
G = 40.63%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DEDD65 (or 0xDEDD65) is known color: Goldenrod. HEX triplet: DE, DD and 65. RGB value is (222,221,101). Sum of RGB (Red+Green+Blue) = 222+221+101=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD65 is #21229A. Grayscale: #D0D0D0. Windows color (decimal): -2171547 or 6675934. OLE color: 6675934.

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

Color convert

RGB 222 221 101 -
CMYK 0 0.00 0.55 0.13
HSL 59.5º 0.65% 0.63% -
HSV(B) 59.5º 0.55% 0.87% -
XYZ 58.33 68.18 22.4 -
YUV 207.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 222 221 101 0 0.00 0.55 0.13 59.5 0.65 0.63
Hex DE DD 65 0 0 37 D 3C 41 3F
Octal 336 335 145 0 0 67 15 74 101 77
Binary 11011110 11011101 1100101 0 0 110111 1101 111100 1000001 111111

Color Harmonies of #DEDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD65

Black with #DEDD65

Text Example


Text Example

White with #DEDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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