Html Css Color HEX #D2D760 Goldenrod

📋 copy color: '#D2D760'

red 210 ◦ green 215 ◦ blue 96

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

Shades of Goldenrod #D2D760

Tints of Goldenrod #D2D760

RGB

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

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

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

R = 40.31%
G = 41.27%
B = 18.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D2D760 (or 0xD2D760) is known color: Goldenrod. HEX triplet: D2, D7 and 60. RGB value is (210,215,96). Sum of RGB (Red+Green+Blue) = 210+215+96=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D760 is #2D289F. Grayscale: #C8C8C8. Windows color (decimal): -2959520 or 6346706. OLE color: 6346706.

HSL color Cylindrical-coordinate representation of color #D2D760: hue angle of 62.52º 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 #D2D760 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 215 96 -
CMYK 0.02 0 0.55 0.16
HSL 62.52º 0.6% 0.61% -
HSV(B) 62.52º 0.55% 0.84% -
XYZ 52.99 63.15 20.46 -
YUV 199.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 210 215 96 0.02 0 0.55 0.16 62.52 0.6 0.61
Hex D2 D7 60 2 0 37 10 3F 3C 3D
Octal 322 327 140 2 0 67 20 77 74 75
Binary 11010010 11010111 1100000 10 0 110111 10000 111111 111100 111101

Color Harmonies of #D2D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D760

Black with #D2D760

Text Example


Text Example

White with #D2D760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D760; }

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

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

background-color css

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

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

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

border-color css

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

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

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