Html Css Color HEX #DED663 Goldenrod

📋 copy color: '#DED663'

red 222 ◦ green 214 ◦ blue 99

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

Shades of Goldenrod #DED663

Tints of Goldenrod #DED663

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40%

 BLUE value IS 99 (39.06% from 255) = 18.5%

R = 41.5%
G = 40%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DED663 (or 0xDED663) is known color: Goldenrod. HEX triplet: DE, D6 and 63. RGB value is (222,214,99). Sum of RGB (Red+Green+Blue) = 222+214+99=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DED663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED663 is #21299C. Grayscale: #CBCBCB. Windows color (decimal): -2173341 or 6543070. OLE color: 6543070.

HSL color Cylindrical-coordinate representation of color #DED663: hue angle of 56.1º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DED663 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 99 -
CMYK 0 0.04 0.55 0.13
HSL 56.1º 0.65% 0.63% -
HSV(B) 56.1º 0.55% 0.87% -
XYZ 56.42 64.52 21.28 -
YUV 203.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 222 214 99 0 0.04 0.55 0.13 56.1 0.65 0.63
Hex DE D6 63 0 4 37 D 38 41 3F
Octal 336 326 143 0 4 67 15 70 101 77
Binary 11011110 11010110 1100011 0 100 110111 1101 111000 1000001 111111

Color Harmonies of #DED663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED663

Black with #DED663

Text Example


Text Example

White with #DED663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED663; }

 p { color: rgb(222,214,99); }

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

background-color css

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

 a { background-color: rgb(222,214,99); }

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

border-color css

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

 span { border-color: rgb(222,214,99); }

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