Html Css Color HEX #D7D664 Goldenrod

📋 copy color: '#D7D664'

red 215 ◦ green 214 ◦ blue 100

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

Shades of Goldenrod #D7D664

Tints of Goldenrod #D7D664

RGB

 RED value IS 215 (84.38% from 255) = 40.64%

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

 BLUE value IS 100 (39.45% from 255) = 18.9%

R = 40.64%
G = 40.45%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7D664 (or 0xD7D664) is known color: Goldenrod. HEX triplet: D7, D6 and 64. RGB value is (215,214,100). Sum of RGB (Red+Green+Blue) = 215+214+100=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D664 is #28299B. Grayscale: #C9C9C9. Windows color (decimal): -2632092 or 6608599. OLE color: 6608599.

HSL color Cylindrical-coordinate representation of color #D7D664: hue angle of 59.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7D664 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 214 100 -
CMYK 0 0.00 0.53 0.16
HSL 59.48º 0.59% 0.62% -
HSV(B) 59.48º 0.53% 0.84% -
XYZ 54.37 63.46 21.44 -
YUV 201.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 215 214 100 0 0.00 0.53 0.16 59.48 0.59 0.62
Hex D7 D6 64 0 0 35 10 3B 3B 3E
Octal 327 326 144 0 0 65 20 73 73 76
Binary 11010111 11010110 1100100 0 0 110101 10000 111011 111011 111110

Color Harmonies of #D7D664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D664

Black with #D7D664

Text Example


Text Example

White with #D7D664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D664; }

 p { color: rgb(215,214,100); }

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

background-color css

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

 a { background-color: rgb(215,214,100); }

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

border-color css

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

 span { border-color: rgb(215,214,100); }

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