Html Css Color HEX #D6840D Gamboge

📋 copy color: '#D6840D'

red 214 ◦ green 132 ◦ blue 13

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

Shades of Gamboge #D6840D

Tints of Gamboge #D6840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

 BLUE value IS 13 (5.47% from 255) = 3.62%

R = 59.61%
G = 36.77%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6840D (or 0xD6840D) is known color: Gamboge. HEX triplet: D6, 84 and 0D. RGB value is (214,132,13). Sum of RGB (Red+Green+Blue) = 214+132+13=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6840D is #297BF2. Grayscale: #8F8F8F. Windows color (decimal): -2718707 or 885974. OLE color: 885974.

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

Color convert

RGB 214 132 13 -
CMYK 0 0.38 0.94 0.16
HSL 35.52º 0.89% 0.45% -
HSV(B) 35.52º 0.94% 0.84% -
XYZ 36.06 30.83 4.43 -
YUV 142.95 54.67 178.68 -
System Red Green Blue C M Y K H S L
Decimal 214 132 13 0 0.38 0.94 0.16 35.52 0.89 0.45
Hex D6 84 D 0 26 5E 10 24 59 2D
Octal 326 204 15 0 46 136 20 44 131 55
Binary 11010110 10000100 1101 0 100110 1011110 10000 100100 1011001 101101

Color Harmonies of #D6840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6840D

Black with #D6840D

Text Example


Text Example

White with #D6840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6840D; }

 p { color: rgb(214,132,13); }

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

background-color css

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

 a { background-color: rgb(214,132,13); }

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

border-color css

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

 span { border-color: rgb(214,132,13); }

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