Html Css Color HEX #DED867 Goldenrod

📋 copy color: '#DED867'

red 222 ◦ green 216 ◦ blue 103

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

Shades of Goldenrod #DED867

Tints of Goldenrod #DED867

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.93%

 BLUE value IS 103 (40.63% from 255) = 19.04%

R = 41.04%
G = 39.93%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DED867 (or 0xDED867) is known color: Goldenrod. HEX triplet: DE, D8 and 67. RGB value is (222,216,103). Sum of RGB (Red+Green+Blue) = 222+216+103=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DED867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED867 is #212798. Grayscale: #CDCDCD. Windows color (decimal): -2172825 or 6805726. OLE color: 6805726.

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

Color convert

RGB 222 216 103 -
CMYK 0 0.03 0.54 0.13
HSL 56.97º 0.64% 0.64% -
HSV(B) 56.97º 0.54% 0.87% -
XYZ 57.13 65.62 22.49 -
YUV 204.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 222 216 103 0 0.03 0.54 0.13 56.97 0.64 0.64
Hex DE D8 67 0 3 36 D 39 40 40
Octal 336 330 147 0 3 66 15 71 100 100
Binary 11011110 11011000 1100111 0 11 110110 1101 111001 1000000 1000000

Color Harmonies of #DED867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED867

Black with #DED867

Text Example


Text Example

White with #DED867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED867; }

 p { color: rgb(222,216,103); }

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

background-color css

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

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

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

border-color css

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

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

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