Html Css Color HEX #DED969 Goldenrod

📋 copy color: '#DED969'

red 222 ◦ green 217 ◦ blue 105

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

Shades of Goldenrod #DED969

Tints of Goldenrod #DED969

RGB

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

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

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

R = 40.81%
G = 39.89%
B = 19.3%

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

#DED969 (or 0xDED969) is known color: Goldenrod. HEX triplet: DE, D9 and 69. RGB value is (222,217,105). Sum of RGB (Red+Green+Blue) = 222+217+105=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DED969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED969 is #212696. Grayscale: #CECECE. Windows color (decimal): -2172567 or 6937054. OLE color: 6937054.

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

Color convert

RGB 222 217 105 -
CMYK 0 0.02 0.53 0.13
HSL 57.44º 0.64% 0.64% -
HSV(B) 57.44º 0.53% 0.87% -
XYZ 57.49 66.18 23.11 -
YUV 205.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 222 217 105 0 0.02 0.53 0.13 57.44 0.64 0.64
Hex DE D9 69 0 2 35 D 39 40 40
Octal 336 331 151 0 2 65 15 71 100 100
Binary 11011110 11011001 1101001 0 10 110101 1101 111001 1000000 1000000

Color Harmonies of #DED969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED969

Black with #DED969

Text Example


Text Example

White with #DED969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED969; }

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

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

background-color css

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

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

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

border-color css

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

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

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