Html Css Color HEX #D8D665 Goldenrod

📋 copy color: '#D8D665'

red 216 ◦ green 214 ◦ blue 101

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

Shades of Goldenrod #D8D665

Tints of Goldenrod #D8D665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.02%

R = 40.68%
G = 40.3%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D8D665 (or 0xD8D665) is known color: Goldenrod. HEX triplet: D8, D6 and 65. RGB value is (216,214,101). Sum of RGB (Red+Green+Blue) = 216+214+101=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D665 is #27299A. Grayscale: #CACACA. Windows color (decimal): -2566555 or 6674136. OLE color: 6674136.

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

Color convert

RGB 216 214 101 -
CMYK 0 0.01 0.53 0.15
HSL 58.96º 0.6% 0.62% -
HSV(B) 58.96º 0.53% 0.85% -
XYZ 54.71 63.63 21.71 -
YUV 201.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 216 214 101 0 0.01 0.53 0.15 58.96 0.6 0.62
Hex D8 D6 65 0 1 35 F 3B 3C 3E
Octal 330 326 145 0 1 65 17 73 74 76
Binary 11011000 11010110 1100101 0 1 110101 1111 111011 111100 111110

Color Harmonies of #D8D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D665

Black with #D8D665

Text Example


Text Example

White with #D8D665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D665; }

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

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

background-color css

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

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

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

border-color css

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

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

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