Html Css Color HEX #D6A50B Gamboge

📋 copy color: '#D6A50B'

red 214 ◦ green 165 ◦ blue 11

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

Shades of Gamboge #D6A50B

Tints of Gamboge #D6A50B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

 BLUE value IS 11 (4.69% from 255) = 2.82%

R = 54.87%
G = 42.31%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6A50B (or 0xD6A50B) is known color: Gamboge. HEX triplet: D6, A5 and 0B. RGB value is (214,165,11). Sum of RGB (Red+Green+Blue) = 214+165+11=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A50B is #295AF4. Grayscale: #A2A2A2. Windows color (decimal): -2710261 or 763350. OLE color: 763350.

HSL color Cylindrical-coordinate representation of color #D6A50B: hue angle of 45.52º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6A50B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 165 11 -
CMYK 0 0.23 0.95 0.16
HSL 45.52º 0.9% 0.44% -
HSV(B) 45.52º 0.95% 0.84% -
XYZ 41.25 41.23 6.1 -
YUV 162.1 42.73 165.02 -
System Red Green Blue C M Y K H S L
Decimal 214 165 11 0 0.23 0.95 0.16 45.52 0.9 0.44
Hex D6 A5 B 0 17 5F 10 2E 5A 2C
Octal 326 245 13 0 27 137 20 56 132 54
Binary 11010110 10100101 1011 0 10111 1011111 10000 101110 1011010 101100

Color Harmonies of #D6A50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A50B

Black with #D6A50B

Text Example


Text Example

White with #D6A50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A50B; }

 p { color: rgb(214,165,11); }

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

background-color css

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

 a { background-color: rgb(214,165,11); }

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

border-color css

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

 span { border-color: rgb(214,165,11); }

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