Html Css Color HEX #D1D760 Goldenrod

📋 copy color: '#D1D760'

red 209 ◦ green 215 ◦ blue 96

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

Shades of Goldenrod #D1D760

Tints of Goldenrod #D1D760

RGB

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

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

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

R = 40.19%
G = 41.35%
B = 18.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D1D760 (or 0xD1D760) is known color: Goldenrod. HEX triplet: D1, D7 and 60. RGB value is (209,215,96). Sum of RGB (Red+Green+Blue) = 209+215+96=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D760 is #2E289F. Grayscale: #C8C8C8. Windows color (decimal): -3025056 or 6346705. OLE color: 6346705.

HSL color Cylindrical-coordinate representation of color #D1D760: hue angle of 63.03º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1D760 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 215 96 -
CMYK 0.03 0 0.55 0.16
HSL 63.03º 0.6% 0.61% -
HSV(B) 63.03º 0.55% 0.84% -
XYZ 52.71 63 20.45 -
YUV 199.64 69.51 134.68 -
System Red Green Blue C M Y K H S L
Decimal 209 215 96 0.03 0 0.55 0.16 63.03 0.6 0.61
Hex D1 D7 60 3 0 37 10 3F 3C 3D
Octal 321 327 140 3 0 67 20 77 74 75
Binary 11010001 11010111 1100000 11 0 110111 10000 111111 111100 111101

Color Harmonies of #D1D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D760

Black with #D1D760

Text Example


Text Example

White with #D1D760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D760; }

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

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

background-color css

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

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

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

border-color css

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

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

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