Html Css Color HEX #DEDE6C Goldenrod

📋 copy color: '#DEDE6C'

red 222 ◦ green 222 ◦ blue 108

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

Shades of Goldenrod #DEDE6C

Tints of Goldenrod #DEDE6C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.22%

 BLUE value IS 108 (42.58% from 255) = 19.57%

R = 40.22%
G = 40.22%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DEDE6C (or 0xDEDE6C) is known color: Goldenrod. HEX triplet: DE, DE and 6C. RGB value is (222,222,108). Sum of RGB (Red+Green+Blue) = 222+222+108=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE6C is #212193. Grayscale: #D1D1D1. Windows color (decimal): -2171284 or 7134942. OLE color: 7134942.

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

Color convert

RGB 222 222 108 -
CMYK 0 0 0.51 0.13
HSL 60º 0.63% 0.65% -
HSV(B) 60º 0.51% 0.87% -
XYZ 58.95 68.85 24.37 -
YUV 209 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 222 222 108 0 0 0.51 0.13 60 0.63 0.65
Hex DE DE 6C 0 0 33 D 3C 3F 41
Octal 336 336 154 0 0 63 15 74 77 101
Binary 11011110 11011110 1101100 0 0 110011 1101 111100 111111 1000001

Color Harmonies of #DEDE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE6C

Black with #DEDE6C

Text Example


Text Example

White with #DEDE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE6C; }

 p { color: rgb(222,222,108); }

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

background-color css

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

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

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

border-color css

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

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

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