Html Css Color HEX #DED769 Goldenrod

📋 copy color: '#DED769'

red 222 ◦ green 215 ◦ blue 105

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

Shades of Goldenrod #DED769

Tints of Goldenrod #DED769

RGB

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

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

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

R = 40.96%
G = 39.67%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DED769 (or 0xDED769) is known color: Goldenrod. HEX triplet: DE, D7 and 69. RGB value is (222,215,105). Sum of RGB (Red+Green+Blue) = 222+215+105=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DED769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED769 is #212896. Grayscale: #CDCDCD. Windows color (decimal): -2173079 or 6936542. OLE color: 6936542.

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

Color convert

RGB 222 215 105 -
CMYK 0 0.03 0.53 0.13
HSL 56.41º 0.64% 0.64% -
HSV(B) 56.41º 0.53% 0.87% -
XYZ 56.97 65.15 22.94 -
YUV 204.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 222 215 105 0 0.03 0.53 0.13 56.41 0.64 0.64
Hex DE D7 69 0 3 35 D 38 40 40
Octal 336 327 151 0 3 65 15 70 100 100
Binary 11011110 11010111 1101001 0 11 110101 1101 111000 1000000 1000000

Color Harmonies of #DED769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED769

Black with #DED769

Text Example


Text Example

White with #DED769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED769; }

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

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

background-color css

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

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

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

border-color css

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

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

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