Html Css Color HEX #D8D968 Goldenrod

📋 copy color: '#D8D968'

red 216 ◦ green 217 ◦ blue 104

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

Shades of Goldenrod #D8D968

Tints of Goldenrod #D8D968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

 BLUE value IS 104 (41.02% from 255) = 19.37%

R = 40.22%
G = 40.41%
B = 19.37%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8D968 (or 0xD8D968) is known color: Goldenrod. HEX triplet: D8, D9 and 68. RGB value is (216,217,104). Sum of RGB (Red+Green+Blue) = 216+217+104=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D968 is #272697. Grayscale: #CCCCCC. Windows color (decimal): -2565784 or 6871512. OLE color: 6871512.

HSL color Cylindrical-coordinate representation of color #D8D968: hue angle of 60.53º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8D968 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 217 104 -
CMYK 0.00 0 0.52 0.15
HSL 60.53º 0.6% 0.63% -
HSV(B) 60.53º 0.52% 0.85% -
XYZ 55.63 65.22 22.75 -
YUV 203.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 216 217 104 0.00 0 0.52 0.15 60.53 0.6 0.63
Hex D8 D9 68 0 0 34 F 3D 3C 3F
Octal 330 331 150 0 0 64 17 75 74 77
Binary 11011000 11011001 1101000 0 0 110100 1111 111101 111100 111111

Color Harmonies of #D8D968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D968

Black with #D8D968

Text Example


Text Example

White with #D8D968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D968; }

 p { color: rgb(216,217,104); }

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

background-color css

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

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

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

border-color css

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

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

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