Html Css Color HEX #D6D160 Goldenrod

📋 copy color: '#D6D160'

red 214 ◦ green 209 ◦ blue 96

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

Shades of Goldenrod #D6D160

Tints of Goldenrod #D6D160

RGB

 RED value IS 214 (83.98% from 255) = 41.23%

 GREEN value IS 209 (82.03% from 255) = 40.27%

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

R = 41.23%
G = 40.27%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6D160 (or 0xD6D160) is known color: Goldenrod. HEX triplet: D6, D1 and 60. RGB value is (214,209,96). Sum of RGB (Red+Green+Blue) = 214+209+96=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D160 is #292E9F. Grayscale: #C6C6C6. Windows color (decimal): -2698912 or 6345174. OLE color: 6345174.

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

Color convert

RGB 214 209 96 -
CMYK 0 0.02 0.55 0.16
HSL 57.46º 0.59% 0.61% -
HSV(B) 57.46º 0.55% 0.84% -
XYZ 52.64 60.74 20.02 -
YUV 197.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 214 209 96 0 0.02 0.55 0.16 57.46 0.59 0.61
Hex D6 D1 60 0 2 37 10 39 3B 3D
Octal 326 321 140 0 2 67 20 71 73 75
Binary 11010110 11010001 1100000 0 10 110111 10000 111001 111011 111101

Color Harmonies of #D6D160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D160

Black with #D6D160

Text Example


Text Example

White with #D6D160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D160; }

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

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

background-color css

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

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

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

border-color css

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

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

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