Html Css Color HEX #DEDC66 Goldenrod

📋 copy color: '#DEDC66'

red 222 ◦ green 220 ◦ blue 102

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

Shades of Goldenrod #DEDC66

Tints of Goldenrod #DEDC66

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

 BLUE value IS 102 (40.23% from 255) = 18.75%

R = 40.81%
G = 40.44%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DEDC66 (or 0xDEDC66) is known color: Goldenrod. HEX triplet: DE, DC and 66. RGB value is (222,220,102). Sum of RGB (Red+Green+Blue) = 222+220+102=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC66 is #212399. Grayscale: #CFCFCF. Windows color (decimal): -2171802 or 6741214. OLE color: 6741214.

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

Color convert

RGB 222 220 102 -
CMYK 0 0.01 0.54 0.13
HSL 59º 0.65% 0.64% -
HSV(B) 59º 0.54% 0.87% -
XYZ 58.12 67.68 22.57 -
YUV 207.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 222 220 102 0 0.01 0.54 0.13 59 0.65 0.64
Hex DE DC 66 0 1 36 D 3B 41 40
Octal 336 334 146 0 1 66 15 73 101 100
Binary 11011110 11011100 1100110 0 1 110110 1101 111011 1000001 1000000

Color Harmonies of #DEDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC66

Black with #DEDC66

Text Example


Text Example

White with #DEDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC66; }

 p { color: rgb(222,220,102); }

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

background-color css

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

 a { background-color: rgb(222,220,102); }

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

border-color css

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

 span { border-color: rgb(222,220,102); }

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