Html Css Color HEX #D5D364 Goldenrod

📋 copy color: '#D5D364'

red 213 ◦ green 211 ◦ blue 100

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

Shades of Goldenrod #D5D364

Tints of Goldenrod #D5D364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

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

R = 40.65%
G = 40.27%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5D364 (or 0xD5D364) is known color: Goldenrod. HEX triplet: D5, D3 and 64. RGB value is (213,211,100). Sum of RGB (Red+Green+Blue) = 213+211+100=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D364 is #2A2C9B. Grayscale: #C7C7C7. Windows color (decimal): -2763932 or 6607829. OLE color: 6607829.

HSL color Cylindrical-coordinate representation of color #D5D364: hue angle of 58.94º 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 #D5D364 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 211 100 -
CMYK 0 0.01 0.53 0.16
HSL 58.94º 0.57% 0.61% -
HSV(B) 58.94º 0.53% 0.84% -
XYZ 53.04 61.65 21.16 -
YUV 198.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 213 211 100 0 0.01 0.53 0.16 58.94 0.57 0.61
Hex D5 D3 64 0 1 35 10 3B 39 3D
Octal 325 323 144 0 1 65 20 73 71 75
Binary 11010101 11010011 1100100 0 1 110101 10000 111011 111001 111101

Color Harmonies of #D5D364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D364

Black with #D5D364

Text Example


Text Example

White with #D5D364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D364; }

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

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

background-color css

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

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

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

border-color css

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

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

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