Html Css Color HEX #DED968 Goldenrod

📋 copy color: '#DED968'

red 222 ◦ green 217 ◦ blue 104

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

Shades of Goldenrod #DED968

Tints of Goldenrod #DED968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.96%

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

R = 40.88%
G = 39.96%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DED968 (or 0xDED968) is known color: Goldenrod. HEX triplet: DE, D9 and 68. RGB value is (222,217,104). Sum of RGB (Red+Green+Blue) = 222+217+104=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DED968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED968 is #212697. Grayscale: #CECECE. Windows color (decimal): -2172568 or 6871518. OLE color: 6871518.

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

Color convert

RGB 222 217 104 -
CMYK 0 0.02 0.53 0.13
HSL 57.46º 0.64% 0.64% -
HSV(B) 57.46º 0.53% 0.87% -
XYZ 57.44 66.15 22.84 -
YUV 205.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 222 217 104 0 0.02 0.53 0.13 57.46 0.64 0.64
Hex DE D9 68 0 2 35 D 39 40 40
Octal 336 331 150 0 2 65 15 71 100 100
Binary 11011110 11011001 1101000 0 10 110101 1101 111001 1000000 1000000

Color Harmonies of #DED968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED968

Black with #DED968

Text Example


Text Example

White with #DED968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED968; }

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

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

background-color css

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

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

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

border-color css

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

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

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