Html Css Color HEX #D1D962 Goldenrod

📋 copy color: '#D1D962'

red 209 ◦ green 217 ◦ blue 98

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

Shades of Goldenrod #D1D962

Tints of Goldenrod #D1D962

RGB

 RED value IS 209 (82.03% from 255) = 39.89%

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

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

R = 39.89%
G = 41.41%
B = 18.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D1D962 (or 0xD1D962) is known color: Goldenrod. HEX triplet: D1, D9 and 62. RGB value is (209,217,98). Sum of RGB (Red+Green+Blue) = 209+217+98=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D962 is #2E269D. Grayscale: #C9C9C9. Windows color (decimal): -3024542 or 6478289. OLE color: 6478289.

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

Color convert

RGB 209 217 98 -
CMYK 0.04 0 0.55 0.15
HSL 64.03º 0.61% 0.62% -
HSV(B) 64.03º 0.55% 0.85% -
XYZ 53.31 64.06 21.11 -
YUV 201.04 69.85 133.68 -
System Red Green Blue C M Y K H S L
Decimal 209 217 98 0.04 0 0.55 0.15 64.03 0.61 0.62
Hex D1 D9 62 4 0 37 F 40 3D 3E
Octal 321 331 142 4 0 67 17 100 75 76
Binary 11010001 11011001 1100010 100 0 110111 1111 1000000 111101 111110

Color Harmonies of #D1D962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D962

Black with #D1D962

Text Example


Text Example

White with #D1D962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D962; }

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

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

background-color css

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

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

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

border-color css

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

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

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