Html Css Color HEX #DED76C Goldenrod

📋 copy color: '#DED76C'

red 222 ◦ green 215 ◦ blue 108

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

Shades of Goldenrod #DED76C

Tints of Goldenrod #DED76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.45%

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

R = 40.73%
G = 39.45%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DED76C (or 0xDED76C) is known color: Goldenrod. HEX triplet: DE, D7 and 6C. RGB value is (222,215,108). Sum of RGB (Red+Green+Blue) = 222+215+108=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DED76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED76C is #212893. Grayscale: #CDCDCD. Windows color (decimal): -2173076 or 7133150. OLE color: 7133150.

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

Color convert

RGB 222 215 108 -
CMYK 0 0.03 0.51 0.13
HSL 56.32º 0.63% 0.65% -
HSV(B) 56.32º 0.51% 0.87% -
XYZ 57.13 65.21 23.76 -
YUV 204.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 222 215 108 0 0.03 0.51 0.13 56.32 0.63 0.65
Hex DE D7 6C 0 3 33 D 38 3F 41
Octal 336 327 154 0 3 63 15 70 77 101
Binary 11011110 11010111 1101100 0 11 110011 1101 111000 111111 1000001

Color Harmonies of #DED76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED76C

Black with #DED76C

Text Example


Text Example

White with #DED76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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