Html Css Color HEX #D5D76C Goldenrod

📋 copy color: '#D5D76C'

red 213 ◦ green 215 ◦ blue 108

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

Shades of Goldenrod #D5D76C

Tints of Goldenrod #D5D76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.15%

R = 39.74%
G = 40.11%
B = 20.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5D76C (or 0xD5D76C) is known color: Goldenrod. HEX triplet: D5, D7 and 6C. RGB value is (213,215,108). Sum of RGB (Red+Green+Blue) = 213+215+108=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D76C is #2A2893. Grayscale: #CACACA. Windows color (decimal): -2762900 or 7133141. OLE color: 7133141.

HSL color Cylindrical-coordinate representation of color #D5D76C: hue angle of 61.12º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5D76C is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 215 108 -
CMYK 0.01 0 0.50 0.16
HSL 61.12º 0.57% 0.63% -
HSV(B) 61.12º 0.5% 0.84% -
XYZ 54.45 63.83 23.64 -
YUV 202.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 213 215 108 0.01 0 0.50 0.16 61.12 0.57 0.63
Hex D5 D7 6C 1 0 32 10 3D 39 3F
Octal 325 327 154 1 0 62 20 75 71 77
Binary 11010101 11010111 1101100 1 0 110010 10000 111101 111001 111111

Color Harmonies of #D5D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D76C

Black with #D5D76C

Text Example


Text Example

White with #D5D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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