Html Css Color HEX #D9D062 Goldenrod

📋 copy color: '#D9D062'

red 217 ◦ green 208 ◦ blue 98

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

Shades of Goldenrod #D9D062

Tints of Goldenrod #D9D062

RGB

 RED value IS 217 (85.16% from 255) = 41.49%

 GREEN value IS 208 (81.64% from 255) = 39.77%

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

R = 41.49%
G = 39.77%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9D062 (or 0xD9D062) is known color: Goldenrod. HEX triplet: D9, D0 and 62. RGB value is (217,208,98). Sum of RGB (Red+Green+Blue) = 217+208+98=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D062 is #262F9D. Grayscale: #C6C6C6. Windows color (decimal): -2502558 or 6475993. OLE color: 6475993.

HSL color Cylindrical-coordinate representation of color #D9D062: hue angle of 55.46º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9D062 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 208 98 -
CMYK 0 0.04 0.55 0.15
HSL 55.46º 0.61% 0.62% -
HSV(B) 55.46º 0.55% 0.85% -
XYZ 53.38 60.75 20.47 -
YUV 198.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 217 208 98 0 0.04 0.55 0.15 55.46 0.61 0.62
Hex D9 D0 62 0 4 37 F 37 3D 3E
Octal 331 320 142 0 4 67 17 67 75 76
Binary 11011001 11010000 1100010 0 100 110111 1111 110111 111101 111110

Color Harmonies of #D9D062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D062

Black with #D9D062

Text Example


Text Example

White with #D9D062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D062; }

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

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

background-color css

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

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

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

border-color css

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

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

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