Html Css Color HEX #DDD862 Goldenrod

📋 copy color: '#DDD862'

red 221 ◦ green 216 ◦ blue 98

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

Shades of Goldenrod #DDD862

Tints of Goldenrod #DDD862

RGB

 RED value IS 221 (86.72% from 255) = 41.31%

 GREEN value IS 216 (84.77% from 255) = 40.37%

 BLUE value IS 98 (38.67% from 255) = 18.32%

R = 41.31%
G = 40.37%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDD862 (or 0xDDD862) is known color: Goldenrod. HEX triplet: DD, D8 and 62. RGB value is (221,216,98). Sum of RGB (Red+Green+Blue) = 221+216+98=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD862 is #22279D. Grayscale: #CCCCCC. Windows color (decimal): -2238366 or 6478045. OLE color: 6478045.

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

Color convert

RGB 221 216 98 -
CMYK 0 0.02 0.56 0.13
HSL 57.56º 0.64% 0.63% -
HSV(B) 57.56º 0.56% 0.87% -
XYZ 56.58 65.37 21.19 -
YUV 204.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 221 216 98 0 0.02 0.56 0.13 57.56 0.64 0.63
Hex DD D8 62 0 2 38 D 3A 40 3F
Octal 335 330 142 0 2 70 15 72 100 77
Binary 11011101 11011000 1100010 0 10 111000 1101 111010 1000000 111111

Color Harmonies of #DDD862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD862

Black with #DDD862

Text Example


Text Example

White with #DDD862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD862; }

 p { color: rgb(221,216,98); }

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

background-color css

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

 a { background-color: rgb(221,216,98); }

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

border-color css

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

 span { border-color: rgb(221,216,98); }

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