Html Css Color HEX #D8D87C Goldenrod

📋 copy color: '#D8D87C'

red 216 ◦ green 216 ◦ blue 124

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

Shades of Goldenrod #D8D87C

Tints of Goldenrod #D8D87C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.85%

 BLUE value IS 124 (48.83% from 255) = 22.3%

R = 38.85%
G = 38.85%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8D87C (or 0xD8D87C) is known color: Goldenrod. HEX triplet: D8, D8 and 7C. RGB value is (216,216,124). Sum of RGB (Red+Green+Blue) = 216+216+124=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D87C is #272783. Grayscale: #CDCDCD. Windows color (decimal): -2566020 or 8181976. OLE color: 8181976.

HSL color Cylindrical-coordinate representation of color #D8D87C: hue angle of 60º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8D87C is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 216 124 -
CMYK 0 0 0.43 0.15
HSL 60º 0.54% 0.67% -
HSV(B) 60º 0.43% 0.85% -
XYZ 56.51 65.17 28.67 -
YUV 205.51 82 135.48 -
System Red Green Blue C M Y K H S L
Decimal 216 216 124 0 0 0.43 0.15 60 0.54 0.67
Hex D8 D8 7C 0 0 2B F 3C 36 43
Octal 330 330 174 0 0 53 17 74 66 103
Binary 11011000 11011000 1111100 0 0 101011 1111 111100 110110 1000011

Color Harmonies of #D8D87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D87C

Black with #D8D87C

Text Example


Text Example

White with #D8D87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D87C; }

 p { color: rgb(216,216,124); }

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

background-color css

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

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

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

border-color css

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

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

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