Html Css Color HEX #DED364 Goldenrod

📋 copy color: '#DED364'

red 222 ◦ green 211 ◦ blue 100

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

Shades of Goldenrod #DED364

Tints of Goldenrod #DED364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.59%

 BLUE value IS 100 (39.45% from 255) = 18.76%

R = 41.65%
G = 39.59%
B = 18.76%

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

#DED364 (or 0xDED364) is known color: Goldenrod. HEX triplet: DE, D3 and 64. RGB value is (222,211,100). Sum of RGB (Red+Green+Blue) = 222+211+100=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DED364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED364 is #212C9B. Grayscale: #CACACA. Windows color (decimal): -2174108 or 6607838. OLE color: 6607838.

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

Color convert

RGB 222 211 100 -
CMYK 0 0.05 0.55 0.13
HSL 54.59º 0.65% 0.63% -
HSV(B) 54.59º 0.55% 0.87% -
XYZ 55.72 63.04 21.29 -
YUV 201.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 222 211 100 0 0.05 0.55 0.13 54.59 0.65 0.63
Hex DE D3 64 0 5 37 D 37 41 3F
Octal 336 323 144 0 5 67 15 67 101 77
Binary 11011110 11010011 1100100 0 101 110111 1101 110111 1000001 111111

Color Harmonies of #DED364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED364

Black with #DED364

Text Example


Text Example

White with #DED364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED364; }

 p { color: rgb(222,211,100); }

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

background-color css

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

 a { background-color: rgb(222,211,100); }

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

border-color css

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

 span { border-color: rgb(222,211,100); }

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