Html Css Color HEX #D6D76F Goldenrod

📋 copy color: '#D6D76F'

red 214 ◦ green 215 ◦ blue 111

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

Shades of Goldenrod #D6D76F

Tints of Goldenrod #D6D76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.56%

R = 39.63%
G = 39.81%
B = 20.56%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6D76F (or 0xD6D76F) is known color: Goldenrod. HEX triplet: D6, D7 and 6F. RGB value is (214,215,111). Sum of RGB (Red+Green+Blue) = 214+215+111=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D76F is #292890. Grayscale: #CBCBCB. Windows color (decimal): -2697361 or 7329750. OLE color: 7329750.

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

Color convert

RGB 214 215 111 -
CMYK 0.00 0 0.48 0.16
HSL 60.58º 0.57% 0.64% -
HSV(B) 60.58º 0.48% 0.84% -
XYZ 54.9 64.04 24.51 -
YUV 202.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 214 215 111 0.00 0 0.48 0.16 60.58 0.57 0.64
Hex D6 D7 6F 0 0 30 10 3D 39 40
Octal 326 327 157 0 0 60 20 75 71 100
Binary 11010110 11010111 1101111 0 0 110000 10000 111101 111001 1000000

Color Harmonies of #D6D76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D76F

Black with #D6D76F

Text Example


Text Example

White with #D6D76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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