Html Css Color HEX #DED670 Goldenrod

📋 copy color: '#DED670'

red 222 ◦ green 214 ◦ blue 112

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

Shades of Goldenrod #DED670

Tints of Goldenrod #DED670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.05%

 BLUE value IS 112 (44.14% from 255) = 20.44%

R = 40.51%
G = 39.05%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DED670 (or 0xDED670) is known color: Goldenrod. HEX triplet: DE, D6 and 70. RGB value is (222,214,112). Sum of RGB (Red+Green+Blue) = 222+214+112=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DED670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED670 is #21298F. Grayscale: #CDCDCD. Windows color (decimal): -2173328 or 7395038. OLE color: 7395038.

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

Color convert

RGB 222 214 112 -
CMYK 0 0.04 0.50 0.13
HSL 55.64º 0.63% 0.65% -
HSV(B) 55.64º 0.5% 0.87% -
XYZ 57.1 64.79 24.83 -
YUV 204.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 222 214 112 0 0.04 0.50 0.13 55.64 0.63 0.65
Hex DE D6 70 0 4 32 D 38 3E 41
Octal 336 326 160 0 4 62 15 70 76 101
Binary 11011110 11010110 1110000 0 100 110010 1101 111000 111110 1000001

Color Harmonies of #DED670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED670

Black with #DED670

Text Example


Text Example

White with #DED670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED670; }

 p { color: rgb(222,214,112); }

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

background-color css

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

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

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

border-color css

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

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

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