Html Css Color HEX #DDD962 Goldenrod

📋 copy color: '#DDD962'

red 221 ◦ green 217 ◦ blue 98

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

Shades of Goldenrod #DDD962

Tints of Goldenrod #DDD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

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

R = 41.23%
G = 40.49%
B = 18.28%

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

#DDD962 (or 0xDDD962) is known color: Goldenrod. HEX triplet: DD, D9 and 62. RGB value is (221,217,98). Sum of RGB (Red+Green+Blue) = 221+217+98=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD962 is #22269D. Grayscale: #CDCDCD. Windows color (decimal): -2238110 or 6478301. OLE color: 6478301.

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

Color convert

RGB 221 217 98 -
CMYK 0 0.02 0.56 0.13
HSL 58.05º 0.64% 0.63% -
HSV(B) 58.05º 0.56% 0.87% -
XYZ 56.84 65.88 21.28 -
YUV 204.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 221 217 98 0 0.02 0.56 0.13 58.05 0.64 0.63
Hex DD D9 62 0 2 38 D 3A 40 3F
Octal 335 331 142 0 2 70 15 72 100 77
Binary 11011101 11011001 1100010 0 10 111000 1101 111010 1000000 111111

Color Harmonies of #DDD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD962

Black with #DDD962

Text Example


Text Example

White with #DDD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD962; }

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

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

background-color css

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

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

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

border-color css

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

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

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