Html Css Color HEX #D2D960 Goldenrod

📋 copy color: '#D2D960'

red 210 ◦ green 217 ◦ blue 96

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

Shades of Goldenrod #D2D960

Tints of Goldenrod #D2D960

RGB

 RED value IS 210 (82.42% from 255) = 40.15%

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

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

R = 40.15%
G = 41.49%
B = 18.36%

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

#D2D960 (or 0xD2D960) is known color: Goldenrod. HEX triplet: D2, D9 and 60. RGB value is (210,217,96). Sum of RGB (Red+Green+Blue) = 210+217+96=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D960 is #2D269F. Grayscale: #C9C9C9. Windows color (decimal): -2959008 or 6347218. OLE color: 6347218.

HSL color Cylindrical-coordinate representation of color #D2D960: hue angle of 63.47º 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 #D2D960 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 217 96 -
CMYK 0.03 0 0.56 0.15
HSL 63.47º 0.61% 0.61% -
HSV(B) 63.47º 0.56% 0.85% -
XYZ 53.5 64.17 20.63 -
YUV 201.11 68.68 134.34 -
System Red Green Blue C M Y K H S L
Decimal 210 217 96 0.03 0 0.56 0.15 63.47 0.61 0.61
Hex D2 D9 60 3 0 38 F 3F 3D 3D
Octal 322 331 140 3 0 70 17 77 75 75
Binary 11010010 11011001 1100000 11 0 111000 1111 111111 111101 111101

Color Harmonies of #D2D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D960

Black with #D2D960

Text Example


Text Example

White with #D2D960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D960; }

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

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

background-color css

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

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

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

border-color css

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

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

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