Html Css Color HEX #D5D164 Goldenrod

📋 copy color: '#D5D164'

red 213 ◦ green 209 ◦ blue 100

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

Shades of Goldenrod #D5D164

Tints of Goldenrod #D5D164

RGB

 RED value IS 213 (83.59% from 255) = 40.8%

 GREEN value IS 209 (82.03% from 255) = 40.04%

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

R = 40.8%
G = 40.04%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5D164 (or 0xD5D164) is known color: Goldenrod. HEX triplet: D5, D1 and 64. RGB value is (213,209,100). Sum of RGB (Red+Green+Blue) = 213+209+100=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D164 is #2A2E9B. Grayscale: #C6C6C6. Windows color (decimal): -2764444 or 6607317. OLE color: 6607317.

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

Color convert

RGB 213 209 100 -
CMYK 0 0.02 0.53 0.16
HSL 57.88º 0.57% 0.61% -
HSV(B) 57.88º 0.53% 0.84% -
XYZ 52.54 60.67 21 -
YUV 197.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 213 209 100 0 0.02 0.53 0.16 57.88 0.57 0.61
Hex D5 D1 64 0 2 35 10 3A 39 3D
Octal 325 321 144 0 2 65 20 72 71 75
Binary 11010101 11010001 1100100 0 10 110101 10000 111010 111001 111101

Color Harmonies of #D5D164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D164

Black with #D5D164

Text Example


Text Example

White with #D5D164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D164; }

 p { color: rgb(213,209,100); }

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

background-color css

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

 a { background-color: rgb(213,209,100); }

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

border-color css

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

 span { border-color: rgb(213,209,100); }

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