Html Css Color HEX #D3D76D Goldenrod

📋 copy color: '#D3D76D'

red 211 ◦ green 215 ◦ blue 109

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

Shades of Goldenrod #D3D76D

Tints of Goldenrod #D3D76D

RGB

 RED value IS 211 (82.81% from 255) = 39.44%

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

 BLUE value IS 109 (42.97% from 255) = 20.37%

R = 39.44%
G = 40.19%
B = 20.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D3D76D (or 0xD3D76D) is known color: Goldenrod. HEX triplet: D3, D7 and 6D. RGB value is (211,215,109). Sum of RGB (Red+Green+Blue) = 211+215+109=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D76D is #2C2892. Grayscale: #CACACA. Windows color (decimal): -2893971 or 7198675. OLE color: 7198675.

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

Color convert

RGB 211 215 109 -
CMYK 0.02 0 0.49 0.16
HSL 62.26º 0.57% 0.64% -
HSV(B) 62.26º 0.49% 0.84% -
XYZ 53.92 63.55 23.89 -
YUV 201.72 75.67 134.62 -
System Red Green Blue C M Y K H S L
Decimal 211 215 109 0.02 0 0.49 0.16 62.26 0.57 0.64
Hex D3 D7 6D 2 0 31 10 3E 39 40
Octal 323 327 155 2 0 61 20 76 71 100
Binary 11010011 11010111 1101101 10 0 110001 10000 111110 111001 1000000

Color Harmonies of #D3D76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D76D

Black with #D3D76D

Text Example


Text Example

White with #D3D76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D76D; }

 p { color: rgb(211,215,109); }

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

background-color css

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

 a { background-color: rgb(211,215,109); }

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

border-color css

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

 span { border-color: rgb(211,215,109); }

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