Html Css Color HEX #DED768 Goldenrod

📋 copy color: '#DED768'

red 222 ◦ green 215 ◦ blue 104

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

Shades of Goldenrod #DED768

Tints of Goldenrod #DED768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.22%

R = 41.04%
G = 39.74%
B = 19.22%

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

#DED768 (or 0xDED768) is known color: Goldenrod. HEX triplet: DE, D7 and 68. RGB value is (222,215,104). Sum of RGB (Red+Green+Blue) = 222+215+104=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DED768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED768 is #212897. Grayscale: #CCCCCC. Windows color (decimal): -2173080 or 6871006. OLE color: 6871006.

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

Color convert

RGB 222 215 104 -
CMYK 0 0.03 0.53 0.13
HSL 56.44º 0.64% 0.64% -
HSV(B) 56.44º 0.53% 0.87% -
XYZ 56.92 65.13 22.67 -
YUV 204.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 222 215 104 0 0.03 0.53 0.13 56.44 0.64 0.64
Hex DE D7 68 0 3 35 D 38 40 40
Octal 336 327 150 0 3 65 15 70 100 100
Binary 11011110 11010111 1101000 0 11 110101 1101 111000 1000000 1000000

Color Harmonies of #DED768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED768

Black with #DED768

Text Example


Text Example

White with #DED768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED768; }

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

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

background-color css

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

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

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

border-color css

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

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

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