Html Css Color HEX #D1D460 Goldenrod

📋 copy color: '#D1D460'

red 209 ◦ green 212 ◦ blue 96

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

Shades of Goldenrod #D1D460

Tints of Goldenrod #D1D460

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.01%

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

R = 40.43%
G = 41.01%
B = 18.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D1D460 (or 0xD1D460) is known color: Goldenrod. HEX triplet: D1, D4 and 60. RGB value is (209,212,96). Sum of RGB (Red+Green+Blue) = 209+212+96=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D460 is #2E2B9F. Grayscale: #C6C6C6. Windows color (decimal): -3025824 or 6345937. OLE color: 6345937.

HSL color Cylindrical-coordinate representation of color #D1D460: hue angle of 61.55º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1D460 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 212 96 -
CMYK 0.01 0 0.55 0.17
HSL 61.55º 0.57% 0.6% -
HSV(B) 61.55º 0.55% 0.83% -
XYZ 51.95 61.49 20.2 -
YUV 197.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 209 212 96 0.01 0 0.55 0.17 61.55 0.57 0.6
Hex D1 D4 60 1 0 37 11 3E 39 3C
Octal 321 324 140 1 0 67 21 76 71 74
Binary 11010001 11010100 1100000 1 0 110111 10001 111110 111001 111100

Color Harmonies of #D1D460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D460

Black with #D1D460

Text Example


Text Example

White with #D1D460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D460; }

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

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

background-color css

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

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

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

border-color css

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

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

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