Html Css Color HEX #D5D360 Goldenrod

📋 copy color: '#D5D360'

red 213 ◦ green 211 ◦ blue 96

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

Shades of Goldenrod #D5D360

Tints of Goldenrod #D5D360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 40.96%
G = 40.58%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5D360 (or 0xD5D360) is known color: Goldenrod. HEX triplet: D5, D3 and 60. RGB value is (213,211,96). Sum of RGB (Red+Green+Blue) = 213+211+96=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D360 is #2A2C9F. Grayscale: #C6C6C6. Windows color (decimal): -2763936 or 6345685. OLE color: 6345685.

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

Color convert

RGB 213 211 96 -
CMYK 0 0.01 0.55 0.16
HSL 58.97º 0.58% 0.61% -
HSV(B) 58.97º 0.55% 0.84% -
XYZ 52.85 61.58 20.17 -
YUV 198.49 70.16 138.35 -
System Red Green Blue C M Y K H S L
Decimal 213 211 96 0 0.01 0.55 0.16 58.97 0.58 0.61
Hex D5 D3 60 0 1 37 10 3B 3A 3D
Octal 325 323 140 0 1 67 20 73 72 75
Binary 11010101 11010011 1100000 0 1 110111 10000 111011 111010 111101

Color Harmonies of #D5D360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D360

Black with #D5D360

Text Example


Text Example

White with #D5D360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D360; }

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

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

background-color css

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

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

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

border-color css

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

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

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