Html Css Color HEX #D6A307 Gamboge

📋 copy color: '#D6A307'

red 214 ◦ green 163 ◦ blue 7

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

Shades of Gamboge #D6A307

Tints of Gamboge #D6A307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.45%

 BLUE value IS 7 (3.13% from 255) = 1.82%

R = 55.73%
G = 42.45%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6A307 (or 0xD6A307) is known color: Gamboge. HEX triplet: D6, A3 and 07. RGB value is (214,163,7). Sum of RGB (Red+Green+Blue) = 214+163+7=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 7 (3.12% from 255 or 1.82% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A307 is #295CF8. Grayscale: #A1A1A1. Windows color (decimal): -2710777 or 500694. OLE color: 500694.

HSL color Cylindrical-coordinate representation of color #D6A307: hue angle of 45.22º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6A307 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 163 7 -
CMYK 0 0.24 0.97 0.16
HSL 45.22º 0.94% 0.43% -
HSV(B) 45.22º 0.97% 0.84% -
XYZ 40.87 40.51 5.87 -
YUV 160.47 41.4 166.18 -
System Red Green Blue C M Y K H S L
Decimal 214 163 7 0 0.24 0.97 0.16 45.22 0.94 0.43
Hex D6 A3 7 0 18 61 10 2D 5E 2B
Octal 326 243 7 0 30 141 20 55 136 53
Binary 11010110 10100011 111 0 11000 1100001 10000 101101 1011110 101011

Color Harmonies of #D6A307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A307

Black with #D6A307

Text Example


Text Example

White with #D6A307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A307; }

 p { color: rgb(214,163,7); }

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

background-color css

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

 a { background-color: rgb(214,163,7); }

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

border-color css

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

 span { border-color: rgb(214,163,7); }

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