Html Css Color HEX #D5D370 Goldenrod

📋 copy color: '#D5D370'

red 213 ◦ green 211 ◦ blue 112

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

Shades of Goldenrod #D5D370

Tints of Goldenrod #D5D370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.9%

R = 39.74%
G = 39.37%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5D370 (or 0xD5D370) is known color: Goldenrod. HEX triplet: D5, D3 and 70. RGB value is (213,211,112). Sum of RGB (Red+Green+Blue) = 213+211+112=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D370 is #2A2C8F. Grayscale: #C8C8C8. Windows color (decimal): -2763920 or 7394261. OLE color: 7394261.

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

Color convert

RGB 213 211 112 -
CMYK 0 0.01 0.47 0.16
HSL 58.81º 0.55% 0.64% -
HSV(B) 58.81º 0.47% 0.84% -
XYZ 53.66 61.9 24.45 -
YUV 200.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 213 211 112 0 0.01 0.47 0.16 58.81 0.55 0.64
Hex D5 D3 70 0 1 2F 10 3B 37 40
Octal 325 323 160 0 1 57 20 73 67 100
Binary 11010101 11010011 1110000 0 1 101111 10000 111011 110111 1000000

Color Harmonies of #D5D370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D370

Black with #D5D370

Text Example


Text Example

White with #D5D370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D370; }

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

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

background-color css

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

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

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

border-color css

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

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

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