Html Css Color HEX #D6D76D Goldenrod

📋 copy color: '#D6D76D'

red 214 ◦ green 215 ◦ blue 109

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

Shades of Goldenrod #D6D76D

Tints of Goldenrod #D6D76D

RGB

 RED value IS 214 (83.98% from 255) = 39.78%

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

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

R = 39.78%
G = 39.96%
B = 20.26%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6D76D (or 0xD6D76D) is known color: Goldenrod. HEX triplet: D6, D7 and 6D. RGB value is (214,215,109). Sum of RGB (Red+Green+Blue) = 214+215+109=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D76D is #292892. Grayscale: #CBCBCB. Windows color (decimal): -2697363 or 7198678. OLE color: 7198678.

HSL color Cylindrical-coordinate representation of color #D6D76D: hue angle of 60.57º 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 #D6D76D is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 215 109 -
CMYK 0.00 0 0.49 0.16
HSL 60.57º 0.57% 0.64% -
HSV(B) 60.57º 0.49% 0.84% -
XYZ 54.79 64 23.93 -
YUV 202.62 75.17 136.12 -
System Red Green Blue C M Y K H S L
Decimal 214 215 109 0.00 0 0.49 0.16 60.57 0.57 0.64
Hex D6 D7 6D 0 0 31 10 3D 39 40
Octal 326 327 155 0 0 61 20 75 71 100
Binary 11010110 11010111 1101101 0 0 110001 10000 111101 111001 1000000

Color Harmonies of #D6D76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D76D

Black with #D6D76D

Text Example


Text Example

White with #D6D76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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