Html Css Color HEX #D6840C Gamboge

📋 copy color: '#D6840C'

red 214 ◦ green 132 ◦ blue 12

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

Shades of Gamboge #D6840C

Tints of Gamboge #D6840C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 59.78%
G = 36.87%
B = 3.35%

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

#D6840C (or 0xD6840C) is known color: Gamboge. HEX triplet: D6, 84 and 0C. RGB value is (214,132,12). Sum of RGB (Red+Green+Blue) = 214+132+12=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6840C is #297BF3. Grayscale: #8F8F8F. Windows color (decimal): -2718708 or 820438. OLE color: 820438.

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

Color convert

RGB 214 132 12 -
CMYK 0 0.38 0.94 0.16
HSL 35.64º 0.89% 0.44% -
HSV(B) 35.64º 0.94% 0.84% -
XYZ 36.05 30.83 4.4 -
YUV 142.84 54.17 178.76 -
System Red Green Blue C M Y K H S L
Decimal 214 132 12 0 0.38 0.94 0.16 35.64 0.89 0.44
Hex D6 84 C 0 26 5E 10 24 59 2C
Octal 326 204 14 0 46 136 20 44 131 54
Binary 11010110 10000100 1100 0 100110 1011110 10000 100100 1011001 101100

Color Harmonies of #D6840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6840C

Black with #D6840C

Text Example


Text Example

White with #D6840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6840C; }

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

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

background-color css

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

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

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

border-color css

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

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

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