Html Css Color HEX #D8D672 Goldenrod

📋 copy color: '#D8D672'

red 216 ◦ green 214 ◦ blue 114

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

Shades of Goldenrod #D8D672

Tints of Goldenrod #D8D672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.96%

R = 39.71%
G = 39.34%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8D672 (or 0xD8D672) is known color: Goldenrod. HEX triplet: D8, D6 and 72. RGB value is (216,214,114). Sum of RGB (Red+Green+Blue) = 216+214+114=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D672 is #27298D. Grayscale: #CBCBCB. Windows color (decimal): -2566542 or 7526104. OLE color: 7526104.

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

Color convert

RGB 216 214 114 -
CMYK 0 0.01 0.47 0.15
HSL 58.82º 0.57% 0.65% -
HSV(B) 58.82º 0.47% 0.85% -
XYZ 55.4 63.91 25.33 -
YUV 203.2 77.66 137.13 -
System Red Green Blue C M Y K H S L
Decimal 216 214 114 0 0.01 0.47 0.15 58.82 0.57 0.65
Hex D8 D6 72 0 1 2F F 3B 39 41
Octal 330 326 162 0 1 57 17 73 71 101
Binary 11011000 11010110 1110010 0 1 101111 1111 111011 111001 1000001

Color Harmonies of #D8D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D672

Black with #D8D672

Text Example


Text Example

White with #D8D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D672; }

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

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

background-color css

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

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

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

border-color css

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

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

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