Html Css Color HEX #D3D960 Goldenrod

📋 copy color: '#D3D960'

red 211 ◦ green 217 ◦ blue 96

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

Shades of Goldenrod #D3D960

Tints of Goldenrod #D3D960

RGB

 RED value IS 211 (82.81% from 255) = 40.27%

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

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

R = 40.27%
G = 41.41%
B = 18.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D3D960 (or 0xD3D960) is known color: Goldenrod. HEX triplet: D3, D9 and 60. RGB value is (211,217,96). Sum of RGB (Red+Green+Blue) = 211+217+96=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D960 is #2C269F. Grayscale: #C9C9C9. Windows color (decimal): -2893472 or 6347219. OLE color: 6347219.

HSL color Cylindrical-coordinate representation of color #D3D960: hue angle of 62.98º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3D960 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 217 96 -
CMYK 0.03 0 0.56 0.15
HSL 62.98º 0.61% 0.61% -
HSV(B) 62.98º 0.56% 0.85% -
XYZ 53.79 64.32 20.65 -
YUV 201.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 211 217 96 0.03 0 0.56 0.15 62.98 0.61 0.61
Hex D3 D9 60 3 0 38 F 3F 3D 3D
Octal 323 331 140 3 0 70 17 77 75 75
Binary 11010011 11011001 1100000 11 0 111000 1111 111111 111101 111101

Color Harmonies of #D3D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D960

Black with #D3D960

Text Example


Text Example

White with #D3D960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D960; }

 p { color: rgb(211,217,96); }

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

background-color css

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

 a { background-color: rgb(211,217,96); }

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

border-color css

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

 span { border-color: rgb(211,217,96); }

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