Html Css Color HEX #DED667 Goldenrod

📋 copy color: '#DED667'

red 222 ◦ green 214 ◦ blue 103

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

Shades of Goldenrod #DED667

Tints of Goldenrod #DED667

RGB

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

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

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

R = 41.19%
G = 39.7%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DED667 (or 0xDED667) is known color: Goldenrod. HEX triplet: DE, D6 and 67. RGB value is (222,214,103). Sum of RGB (Red+Green+Blue) = 222+214+103=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DED667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED667 is #212998. Grayscale: #CCCCCC. Windows color (decimal): -2173337 or 6805214. OLE color: 6805214.

HSL color Cylindrical-coordinate representation of color #DED667: hue angle of 55.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 #DED667 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 103 -
CMYK 0 0.04 0.54 0.13
HSL 55.97º 0.64% 0.64% -
HSV(B) 55.97º 0.54% 0.87% -
XYZ 56.62 64.6 22.32 -
YUV 203.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 222 214 103 0 0.04 0.54 0.13 55.97 0.64 0.64
Hex DE D6 67 0 4 36 D 38 40 40
Octal 336 326 147 0 4 66 15 70 100 100
Binary 11011110 11010110 1100111 0 100 110110 1101 111000 1000000 1000000

Color Harmonies of #DED667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED667

Black with #DED667

Text Example


Text Example

White with #DED667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED667; }

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

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

background-color css

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

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

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

border-color css

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

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

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