Html Css Color HEX #DDD762 Goldenrod

📋 copy color: '#DDD762'

red 221 ◦ green 215 ◦ blue 98

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

Shades of Goldenrod #DDD762

Tints of Goldenrod #DDD762

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.26%

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

R = 41.39%
G = 40.26%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDD762 (or 0xDDD762) is known color: Goldenrod. HEX triplet: DD, D7 and 62. RGB value is (221,215,98). Sum of RGB (Red+Green+Blue) = 221+215+98=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD762 is #22289D. Grayscale: #CBCBCB. Windows color (decimal): -2238622 or 6477789. OLE color: 6477789.

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

Color convert

RGB 221 215 98 -
CMYK 0 0.03 0.56 0.13
HSL 57.07º 0.64% 0.63% -
HSV(B) 57.07º 0.56% 0.87% -
XYZ 56.32 64.85 21.1 -
YUV 203.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 221 215 98 0 0.03 0.56 0.13 57.07 0.64 0.63
Hex DD D7 62 0 3 38 D 39 40 3F
Octal 335 327 142 0 3 70 15 71 100 77
Binary 11011101 11010111 1100010 0 11 111000 1101 111001 1000000 111111

Color Harmonies of #DDD762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD762

Black with #DDD762

Text Example


Text Example

White with #DDD762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD762; }

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

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

background-color css

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

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

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

border-color css

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

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

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