Html Css Color HEX #DED465 Goldenrod

📋 copy color: '#DED465'

red 222 ◦ green 212 ◦ blue 101

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

Shades of Goldenrod #DED465

Tints of Goldenrod #DED465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.88%

R = 41.5%
G = 39.63%
B = 18.88%

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

#DED465 (or 0xDED465) is known color: Goldenrod. HEX triplet: DE, D4 and 65. RGB value is (222,212,101). Sum of RGB (Red+Green+Blue) = 222+212+101=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DED465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED465 is #212B9A. Grayscale: #CACACA. Windows color (decimal): -2173851 or 6673630. OLE color: 6673630.

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

Color convert

RGB 222 212 101 -
CMYK 0 0.05 0.55 0.13
HSL 55.04º 0.65% 0.63% -
HSV(B) 55.04º 0.55% 0.87% -
XYZ 56.02 63.56 21.63 -
YUV 202.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 222 212 101 0 0.05 0.55 0.13 55.04 0.65 0.63
Hex DE D4 65 0 5 37 D 37 41 3F
Octal 336 324 145 0 5 67 15 67 101 77
Binary 11011110 11010100 1100101 0 101 110111 1101 110111 1000001 111111

Color Harmonies of #DED465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED465

Black with #DED465

Text Example


Text Example

White with #DED465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED465; }

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

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

background-color css

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

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

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

border-color css

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

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

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