Html Css Color HEX #D6D16A Goldenrod

📋 copy color: '#D6D16A'

red 214 ◦ green 209 ◦ blue 106

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

Shades of Goldenrod #D6D16A

Tints of Goldenrod #D6D16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.04%

R = 40.45%
G = 39.51%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6D16A (or 0xD6D16A) is known color: Goldenrod. HEX triplet: D6, D1 and 6A. RGB value is (214,209,106). Sum of RGB (Red+Green+Blue) = 214+209+106=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D16A is #292E95. Grayscale: #C7C7C7. Windows color (decimal): -2698902 or 7000534. OLE color: 7000534.

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

Color convert

RGB 214 209 106 -
CMYK 0 0.02 0.50 0.16
HSL 57.22º 0.57% 0.63% -
HSV(B) 57.22º 0.5% 0.84% -
XYZ 53.13 60.94 22.6 -
YUV 198.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 214 209 106 0 0.02 0.50 0.16 57.22 0.57 0.63
Hex D6 D1 6A 0 2 32 10 39 39 3F
Octal 326 321 152 0 2 62 20 71 71 77
Binary 11010110 11010001 1101010 0 10 110010 10000 111001 111001 111111

Color Harmonies of #D6D16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D16A

Black with #D6D16A

Text Example


Text Example

White with #D6D16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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