Html Css Color HEX #DED463 Goldenrod

📋 copy color: '#DED463'

red 222 ◦ green 212 ◦ blue 99

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

Shades of Goldenrod #DED463

Tints of Goldenrod #DED463

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.77%

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

R = 41.65%
G = 39.77%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DED463 (or 0xDED463) is known color: Goldenrod. HEX triplet: DE, D4 and 63. RGB value is (222,212,99). Sum of RGB (Red+Green+Blue) = 222+212+99=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DED463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED463 is #212B9C. Grayscale: #CACACA. Windows color (decimal): -2173853 or 6542558. OLE color: 6542558.

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

Color convert

RGB 222 212 99 -
CMYK 0 0.05 0.55 0.13
HSL 55.12º 0.65% 0.63% -
HSV(B) 55.12º 0.55% 0.87% -
XYZ 55.92 63.52 21.12 -
YUV 202.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 222 212 99 0 0.05 0.55 0.13 55.12 0.65 0.63
Hex DE D4 63 0 5 37 D 37 41 3F
Octal 336 324 143 0 5 67 15 67 101 77
Binary 11011110 11010100 1100011 0 101 110111 1101 110111 1000001 111111

Color Harmonies of #DED463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED463

Black with #DED463

Text Example


Text Example

White with #DED463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED463; }

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

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

background-color css

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

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

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

border-color css

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

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

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