Html Css Color HEX #D8D768 Goldenrod

📋 copy color: '#D8D768'

red 216 ◦ green 215 ◦ blue 104

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

Shades of Goldenrod #D8D768

Tints of Goldenrod #D8D768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.19%

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

R = 40.37%
G = 40.19%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8D768 (or 0xD8D768) is known color: Goldenrod. HEX triplet: D8, D7 and 68. RGB value is (216,215,104). Sum of RGB (Red+Green+Blue) = 216+215+104=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D768 is #272897. Grayscale: #CBCBCB. Windows color (decimal): -2566296 or 6871000. OLE color: 6871000.

HSL color Cylindrical-coordinate representation of color #D8D768: hue angle of 59.46º degrees, saturation: 0.59, 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 #D8D768 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 215 104 -
CMYK 0 0.00 0.52 0.15
HSL 59.46º 0.59% 0.63% -
HSV(B) 59.46º 0.52% 0.85% -
XYZ 55.12 64.2 22.58 -
YUV 202.65 72.33 137.53 -
System Red Green Blue C M Y K H S L
Decimal 216 215 104 0 0.00 0.52 0.15 59.46 0.59 0.63
Hex D8 D7 68 0 0 34 F 3B 3B 3F
Octal 330 327 150 0 0 64 17 73 73 77
Binary 11011000 11010111 1101000 0 0 110100 1111 111011 111011 111111

Color Harmonies of #D8D768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D768

Black with #D8D768

Text Example


Text Example

White with #D8D768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D768; }

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

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

background-color css

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

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

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

border-color css

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

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

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