Html Css Color HEX #D5D75F Goldenrod

📋 copy color: '#D5D75F'

red 213 ◦ green 215 ◦ blue 95

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

Shades of Goldenrod #D5D75F

Tints of Goldenrod #D5D75F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.11%

 BLUE value IS 95 (37.5% from 255) = 18.16%

R = 40.73%
G = 41.11%
B = 18.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5D75F (or 0xD5D75F) is known color: Goldenrod. HEX triplet: D5, D7 and 5F. RGB value is (213,215,95). Sum of RGB (Red+Green+Blue) = 213+215+95=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D75F is #2A28A0. Grayscale: #C9C9C9. Windows color (decimal): -2762913 or 6281173. OLE color: 6281173.

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

Color convert

RGB 213 215 95 -
CMYK 0.01 0 0.56 0.16
HSL 61º 0.6% 0.61% -
HSV(B) 61º 0.56% 0.84% -
XYZ 53.81 63.57 20.26 -
YUV 200.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 213 215 95 0.01 0 0.56 0.16 61 0.6 0.61
Hex D5 D7 5F 1 0 38 10 3D 3C 3D
Octal 325 327 137 1 0 70 20 75 74 75
Binary 11010101 11010111 1011111 1 0 111000 10000 111101 111100 111101

Color Harmonies of #D5D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D75F

Black with #D5D75F

Text Example


Text Example

White with #D5D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D75F; }

 p { color: rgb(213,215,95); }

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

background-color css

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

 a { background-color: rgb(213,215,95); }

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

border-color css

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

 span { border-color: rgb(213,215,95); }

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