Html Css Color HEX #DED569 Goldenrod

📋 copy color: '#DED569'

red 222 ◦ green 213 ◦ blue 105

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

Shades of Goldenrod #DED569

Tints of Goldenrod #DED569

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.44%

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

R = 41.11%
G = 39.44%
B = 19.44%

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

#DED569 (or 0xDED569) is known color: Goldenrod. HEX triplet: DE, D5 and 69. RGB value is (222,213,105). Sum of RGB (Red+Green+Blue) = 222+213+105=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DED569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED569 is #212A96. Grayscale: #CBCBCB. Windows color (decimal): -2173591 or 6936030. OLE color: 6936030.

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

Color convert

RGB 222 213 105 -
CMYK 0 0.04 0.53 0.13
HSL 55.38º 0.64% 0.64% -
HSV(B) 55.38º 0.53% 0.87% -
XYZ 56.47 64.14 22.77 -
YUV 203.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 222 213 105 0 0.04 0.53 0.13 55.38 0.64 0.64
Hex DE D5 69 0 4 35 D 37 40 40
Octal 336 325 151 0 4 65 15 67 100 100
Binary 11011110 11010101 1101001 0 100 110101 1101 110111 1000000 1000000

Color Harmonies of #DED569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED569

Black with #DED569

Text Example


Text Example

White with #DED569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED569; }

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

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

background-color css

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

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

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

border-color css

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

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

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