Html Css Color HEX #DEDC65 Goldenrod

📋 copy color: '#DEDC65'

red 222 ◦ green 220 ◦ blue 101

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

Shades of Goldenrod #DEDC65

Tints of Goldenrod #DEDC65

RGB

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

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

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

R = 40.88%
G = 40.52%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DEDC65 (or 0xDEDC65) is known color: Goldenrod. HEX triplet: DE, DC and 65. RGB value is (222,220,101). Sum of RGB (Red+Green+Blue) = 222+220+101=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC65 is #21239A. Grayscale: #CFCFCF. Windows color (decimal): -2171803 or 6675678. OLE color: 6675678.

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

Color convert

RGB 222 220 101 -
CMYK 0 0.01 0.55 0.13
HSL 59.01º 0.65% 0.63% -
HSV(B) 59.01º 0.55% 0.87% -
XYZ 58.07 67.66 22.31 -
YUV 207.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 222 220 101 0 0.01 0.55 0.13 59.01 0.65 0.63
Hex DE DC 65 0 1 37 D 3B 41 3F
Octal 336 334 145 0 1 67 15 73 101 77
Binary 11011110 11011100 1100101 0 1 110111 1101 111011 1000001 111111

Color Harmonies of #DEDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC65

Black with #DEDC65

Text Example


Text Example

White with #DEDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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