Html Css Color HEX #D6A20B Gamboge

📋 copy color: '#D6A20B'

red 214 ◦ green 162 ◦ blue 11

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

Shades of Gamboge #D6A20B

Tints of Gamboge #D6A20B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

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

R = 55.3%
G = 41.86%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6A20B (or 0xD6A20B) is known color: Gamboge. HEX triplet: D6, A2 and 0B. RGB value is (214,162,11). Sum of RGB (Red+Green+Blue) = 214+162+11=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A20B is #295DF4. Grayscale: #A0A0A0. Windows color (decimal): -2711029 or 762582. OLE color: 762582.

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

Color convert

RGB 214 162 11 -
CMYK 0 0.24 0.95 0.16
HSL 44.63º 0.9% 0.44% -
HSV(B) 44.63º 0.95% 0.84% -
XYZ 40.71 40.16 5.92 -
YUV 160.33 43.73 166.28 -
System Red Green Blue C M Y K H S L
Decimal 214 162 11 0 0.24 0.95 0.16 44.63 0.9 0.44
Hex D6 A2 B 0 18 5F 10 2D 5A 2C
Octal 326 242 13 0 30 137 20 55 132 54
Binary 11010110 10100010 1011 0 11000 1011111 10000 101101 1011010 101100

Color Harmonies of #D6A20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A20B

Black with #D6A20B

Text Example


Text Example

White with #D6A20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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