Html Css Color HEX #D6D76E Goldenrod

📋 copy color: '#D6D76E'

red 214 ◦ green 215 ◦ blue 110

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

Shades of Goldenrod #D6D76E

Tints of Goldenrod #D6D76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.41%

R = 39.7%
G = 39.89%
B = 20.41%

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

#D6D76E (or 0xD6D76E) is known color: Goldenrod. HEX triplet: D6, D7 and 6E. RGB value is (214,215,110). Sum of RGB (Red+Green+Blue) = 214+215+110=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D76E is #292891. Grayscale: #CBCBCB. Windows color (decimal): -2697362 or 7264214. OLE color: 7264214.

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

Color convert

RGB 214 215 110 -
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.85 64.02 24.22 -
YUV 202.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 214 215 110 0.00 0 0.49 0.16 60.57 0.57 0.64
Hex D6 D7 6E 0 0 31 10 3D 39 40
Octal 326 327 156 0 0 61 20 75 71 100
Binary 11010110 11010111 1101110 0 0 110001 10000 111101 111001 1000000

Color Harmonies of #D6D76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D76E

Black with #D6D76E

Text Example


Text Example

White with #D6D76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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