Html Css Color HEX #D8D678 Goldenrod

📋 copy color: '#D8D678'

red 216 ◦ green 214 ◦ blue 120

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

Shades of Goldenrod #D8D678

Tints of Goldenrod #D8D678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.82%

R = 39.27%
G = 38.91%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8D678 (or 0xD8D678) is known color: Goldenrod. HEX triplet: D8, D6 and 78. RGB value is (216,214,120). Sum of RGB (Red+Green+Blue) = 216+214+120=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D678 is #272987. Grayscale: #CCCCCC. Windows color (decimal): -2566536 or 7919320. OLE color: 7919320.

HSL color Cylindrical-coordinate representation of color #D8D678: hue angle of 58.75º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8D678 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 120 -
CMYK 0 0.01 0.44 0.15
HSL 58.75º 0.55% 0.66% -
HSV(B) 58.75º 0.44% 0.85% -
XYZ 55.76 64.05 27.19 -
YUV 203.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 216 214 120 0 0.01 0.44 0.15 58.75 0.55 0.66
Hex D8 D6 78 0 1 2C F 3B 37 42
Octal 330 326 170 0 1 54 17 73 67 102
Binary 11011000 11010110 1111000 0 1 101100 1111 111011 110111 1000010

Color Harmonies of #D8D678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D678

Black with #D8D678

Text Example


Text Example

White with #D8D678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D678; }

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

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

background-color css

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

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

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

border-color css

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

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

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