Html Css Color HEX #D6D16F Goldenrod

📋 copy color: '#D6D16F'

red 214 ◦ green 209 ◦ blue 111

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

Shades of Goldenrod #D6D16F

Tints of Goldenrod #D6D16F

RGB

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

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

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

R = 40.07%
G = 39.14%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6D16F (or 0xD6D16F) is known color: Goldenrod. HEX triplet: D6, D1 and 6F. RGB value is (214,209,111). Sum of RGB (Red+Green+Blue) = 214+209+111=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D16F is #292E90. Grayscale: #C7C7C7. Windows color (decimal): -2698897 or 7328214. OLE color: 7328214.

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

Color convert

RGB 214 209 111 -
CMYK 0 0.02 0.48 0.16
HSL 57.09º 0.56% 0.64% -
HSV(B) 57.09º 0.48% 0.84% -
XYZ 53.4 61.04 24.01 -
YUV 199.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 214 209 111 0 0.02 0.48 0.16 57.09 0.56 0.64
Hex D6 D1 6F 0 2 30 10 39 38 40
Octal 326 321 157 0 2 60 20 71 70 100
Binary 11010110 11010001 1101111 0 10 110000 10000 111001 111000 1000000

Color Harmonies of #D6D16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D16F

Black with #D6D16F

Text Example


Text Example

White with #D6D16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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