Html Css Color HEX #D8D660 Goldenrod

📋 copy color: '#D8D660'

red 216 ◦ green 214 ◦ blue 96

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

Shades of Goldenrod #D8D660

Tints of Goldenrod #D8D660

RGB

 RED value IS 216 (84.77% from 255) = 41.06%

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

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

R = 41.06%
G = 40.68%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8D660 (or 0xD8D660) is known color: Goldenrod. HEX triplet: D8, D6 and 60. RGB value is (216,214,96). Sum of RGB (Red+Green+Blue) = 216+214+96=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D660 is #27299F. Grayscale: #C9C9C9. Windows color (decimal): -2566560 or 6346456. OLE color: 6346456.

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

Color convert

RGB 216 214 96 -
CMYK 0 0.01 0.56 0.15
HSL 59º 0.61% 0.61% -
HSV(B) 59º 0.56% 0.85% -
XYZ 54.48 63.54 20.46 -
YUV 201.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 216 214 96 0 0.01 0.56 0.15 59 0.61 0.61
Hex D8 D6 60 0 1 38 F 3B 3D 3D
Octal 330 326 140 0 1 70 17 73 75 75
Binary 11011000 11010110 1100000 0 1 111000 1111 111011 111101 111101

Color Harmonies of #D8D660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D660

Black with #D8D660

Text Example


Text Example

White with #D8D660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D660; }

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

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

background-color css

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

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

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

border-color css

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

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

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