Html Css Color HEX #D1D060 Goldenrod

📋 copy color: '#D1D060'

red 209 ◦ green 208 ◦ blue 96

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

Shades of Goldenrod #D1D060

Tints of Goldenrod #D1D060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.71%

R = 40.74%
G = 40.55%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D1D060 (or 0xD1D060) is known color: Goldenrod. HEX triplet: D1, D0 and 60. RGB value is (209,208,96). Sum of RGB (Red+Green+Blue) = 209+208+96=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D060 is #2E2F9F. Grayscale: #C3C3C3. Windows color (decimal): -3026848 or 6344913. OLE color: 6344913.

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

Color convert

RGB 209 208 96 -
CMYK 0 0.00 0.54 0.18
HSL 59.47º 0.55% 0.6% -
HSV(B) 59.47º 0.54% 0.82% -
XYZ 50.96 59.51 19.87 -
YUV 195.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 209 208 96 0 0.00 0.54 0.18 59.47 0.55 0.6
Hex D1 D0 60 0 0 36 12 3B 37 3C
Octal 321 320 140 0 0 66 22 73 67 74
Binary 11010001 11010000 1100000 0 0 110110 10010 111011 110111 111100

Color Harmonies of #D1D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D060

Black with #D1D060

Text Example


Text Example

White with #D1D060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D060; }

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

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

background-color css

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

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

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

border-color css

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

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

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