Html Css Color HEX #D6D16E Goldenrod

📋 copy color: '#D6D16E'

red 214 ◦ green 209 ◦ blue 110

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

Shades of Goldenrod #D6D16E

Tints of Goldenrod #D6D16E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.21%

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

R = 40.15%
G = 39.21%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6D16E (or 0xD6D16E) is known color: Goldenrod. HEX triplet: D6, D1 and 6E. RGB value is (214,209,110). Sum of RGB (Red+Green+Blue) = 214+209+110=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D16E is #292E91. Grayscale: #C7C7C7. Windows color (decimal): -2698898 or 7262678. OLE color: 7262678.

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

Color convert

RGB 214 209 110 -
CMYK 0 0.02 0.49 0.16
HSL 57.12º 0.56% 0.64% -
HSV(B) 57.12º 0.49% 0.84% -
XYZ 53.35 61.02 23.72 -
YUV 199.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 214 209 110 0 0.02 0.49 0.16 57.12 0.56 0.64
Hex D6 D1 6E 0 2 31 10 39 38 40
Octal 326 321 156 0 2 61 20 71 70 100
Binary 11010110 11010001 1101110 0 10 110001 10000 111001 111000 1000000

Color Harmonies of #D6D16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D16E

Black with #D6D16E

Text Example


Text Example

White with #D6D16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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