Html Css Color HEX #D1D062 Goldenrod

📋 copy color: '#D1D062'

red 209 ◦ green 208 ◦ blue 98

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

Shades of Goldenrod #D1D062

Tints of Goldenrod #D1D062

RGB

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

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

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

R = 40.58%
G = 40.39%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D1D062 (or 0xD1D062) is known color: Goldenrod. HEX triplet: D1, D0 and 62. RGB value is (209,208,98). Sum of RGB (Red+Green+Blue) = 209+208+98=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D062 is #2E2F9D. Grayscale: #C4C4C4. Windows color (decimal): -3026846 or 6475985. OLE color: 6475985.

HSL color Cylindrical-coordinate representation of color #D1D062: hue angle of 59.46º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1D062 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 208 98 -
CMYK 0 0.00 0.53 0.18
HSL 59.46º 0.55% 0.6% -
HSV(B) 59.46º 0.53% 0.82% -
XYZ 51.05 59.55 20.36 -
YUV 195.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 209 208 98 0 0.00 0.53 0.18 59.46 0.55 0.6
Hex D1 D0 62 0 0 35 12 3B 37 3C
Octal 321 320 142 0 0 65 22 73 67 74
Binary 11010001 11010000 1100010 0 0 110101 10010 111011 110111 111100

Color Harmonies of #D1D062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D062

Black with #D1D062

Text Example


Text Example

White with #D1D062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D062; }

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

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

background-color css

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

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

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

border-color css

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

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

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