Html Css Color HEX #DED669 Goldenrod

📋 copy color: '#DED669'

red 222 ◦ green 214 ◦ blue 105

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

Shades of Goldenrod #DED669

Tints of Goldenrod #DED669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.41%

R = 41.04%
G = 39.56%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DED669 (or 0xDED669) is known color: Goldenrod. HEX triplet: DE, D6 and 69. RGB value is (222,214,105). Sum of RGB (Red+Green+Blue) = 222+214+105=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DED669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED669 is #212996. Grayscale: #CCCCCC. Windows color (decimal): -2173335 or 6936286. OLE color: 6936286.

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

Color convert

RGB 222 214 105 -
CMYK 0 0.04 0.53 0.13
HSL 55.9º 0.64% 0.64% -
HSV(B) 55.9º 0.53% 0.87% -
XYZ 56.72 64.64 22.85 -
YUV 203.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 222 214 105 0 0.04 0.53 0.13 55.9 0.64 0.64
Hex DE D6 69 0 4 35 D 38 40 40
Octal 336 326 151 0 4 65 15 70 100 100
Binary 11011110 11010110 1101001 0 100 110101 1101 111000 1000000 1000000

Color Harmonies of #DED669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED669

Black with #DED669

Text Example


Text Example

White with #DED669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED669; }

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

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

background-color css

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

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

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

border-color css

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

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

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