Html Css Color HEX #D2D660 Goldenrod

📋 copy color: '#D2D660'

red 210 ◦ green 214 ◦ blue 96

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

Shades of Goldenrod #D2D660

Tints of Goldenrod #D2D660

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.15%

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

R = 40.38%
G = 41.15%
B = 18.46%

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

#D2D660 (or 0xD2D660) is known color: Goldenrod. HEX triplet: D2, D6 and 60. RGB value is (210,214,96). Sum of RGB (Red+Green+Blue) = 210+214+96=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D660 is #2D299F. Grayscale: #C7C7C7. Windows color (decimal): -2959776 or 6346450. OLE color: 6346450.

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

Color convert

RGB 210 214 96 -
CMYK 0.02 0 0.55 0.16
HSL 62.03º 0.59% 0.61% -
HSV(B) 62.03º 0.55% 0.84% -
XYZ 52.74 62.64 20.38 -
YUV 199.35 69.67 135.59 -
System Red Green Blue C M Y K H S L
Decimal 210 214 96 0.02 0 0.55 0.16 62.03 0.59 0.61
Hex D2 D6 60 2 0 37 10 3E 3B 3D
Octal 322 326 140 2 0 67 20 76 73 75
Binary 11010010 11010110 1100000 10 0 110111 10000 111110 111011 111101

Color Harmonies of #D2D660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D660

Black with #D2D660

Text Example


Text Example

White with #D2D660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D660; }

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

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

background-color css

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

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

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

border-color css

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

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

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