Html Css Color HEX #DED66F Goldenrod

📋 copy color: '#DED66F'

red 222 ◦ green 214 ◦ blue 111

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

Shades of Goldenrod #DED66F

Tints of Goldenrod #DED66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.29%

R = 40.59%
G = 39.12%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DED66F (or 0xDED66F) is known color: Goldenrod. HEX triplet: DE, D6 and 6F. RGB value is (222,214,111). Sum of RGB (Red+Green+Blue) = 222+214+111=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DED66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED66F is #212990. Grayscale: #CDCDCD. Windows color (decimal): -2173329 or 7329502. OLE color: 7329502.

HSL color Cylindrical-coordinate representation of color #DED66F: hue angle of 55.68º degrees, saturation: 0.63, 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 #DED66F is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 111 -
CMYK 0 0.04 0.5 0.13
HSL 55.68º 0.63% 0.65% -
HSV(B) 55.68º 0.5% 0.87% -
XYZ 57.04 64.77 24.53 -
YUV 204.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 222 214 111 0 0.04 0.5 0.13 55.68 0.63 0.65
Hex DE D6 6F 0 4 32 D 38 3F 41
Octal 336 326 157 0 4 62 15 70 77 101
Binary 11011110 11010110 1101111 0 100 110010 1101 111000 111111 1000001

Color Harmonies of #DED66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED66F

Black with #DED66F

Text Example


Text Example

White with #DED66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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