Html Css Color HEX #D6D76C Goldenrod

📋 copy color: '#D6D76C'

red 214 ◦ green 215 ◦ blue 108

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

Shades of Goldenrod #D6D76C

Tints of Goldenrod #D6D76C

RGB

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

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

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

R = 39.85%
G = 40.04%
B = 20.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6D76C (or 0xD6D76C) is known color: Goldenrod. HEX triplet: D6, D7 and 6C. RGB value is (214,215,108). Sum of RGB (Red+Green+Blue) = 214+215+108=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D76C is #292893. Grayscale: #CACACA. Windows color (decimal): -2697364 or 7133142. OLE color: 7133142.

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

Color convert

RGB 214 215 108 -
CMYK 0.00 0 0.50 0.16
HSL 60.56º 0.57% 0.63% -
HSV(B) 60.56º 0.5% 0.84% -
XYZ 54.74 63.98 23.65 -
YUV 202.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 214 215 108 0.00 0 0.50 0.16 60.56 0.57 0.63
Hex D6 D7 6C 0 0 32 10 3D 39 3F
Octal 326 327 154 0 0 62 20 75 71 77
Binary 11010110 11010111 1101100 0 0 110010 10000 111101 111001 111111

Color Harmonies of #D6D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D76C

Black with #D6D76C

Text Example


Text Example

White with #D6D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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