Html Css Color HEX #D6A101 Gamboge

📋 copy color: '#D6A101'

red 214 ◦ green 161 ◦ blue 1

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

Shades of Gamboge #D6A101

Tints of Gamboge #D6A101

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.82%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 56.91%
G = 42.82%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D6A101 (or 0xD6A101) is known color: Gamboge. HEX triplet: D6, A1 and 01. RGB value is (214,161,1). Sum of RGB (Red+Green+Blue) = 214+161+1=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A101 is #295EFE. Grayscale: #9F9F9F. Windows color (decimal): -2711295 or 106966. OLE color: 106966.

HSL color Cylindrical-coordinate representation of color #D6A101: hue angle of 45.07º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6A101 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 1 -
CMYK 0 0.25 1.00 0.16
HSL 45.07º 0.99% 0.42% -
HSV(B) 45.07º 1% 0.84% -
XYZ 40.48 39.79 5.57 -
YUV 158.61 39.06 167.51 -
System Red Green Blue C M Y K H S L
Decimal 214 161 1 0 0.25 1.00 0.16 45.07 0.99 0.42
Hex D6 A1 1 0 19 64 10 2D 63 2A
Octal 326 241 1 0 31 144 20 55 143 52
Binary 11010110 10100001 1 0 11001 1100100 10000 101101 1100011 101010

Color Harmonies of #D6A101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A101

Black with #D6A101

Text Example


Text Example

White with #D6A101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A101; }

 p { color: rgb(214,161,1); }

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

background-color css

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

 a { background-color: rgb(214,161,1); }

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

border-color css

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

 span { border-color: rgb(214,161,1); }

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