Html Css Color HEX #D7860C Gamboge

📋 copy color: '#D7860C'

red 215 ◦ green 134 ◦ blue 12

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

Shades of Gamboge #D7860C

Tints of Gamboge #D7860C

RGB

 RED value IS 215 (84.38% from 255) = 59.56%

 GREEN value IS 134 (52.73% from 255) = 37.12%

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

R = 59.56%
G = 37.12%
B = 3.32%

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

#D7860C (or 0xD7860C) is known color: Gamboge. HEX triplet: D7, 86 and 0C. RGB value is (215,134,12). Sum of RGB (Red+Green+Blue) = 215+134+12=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7860C is #2879F3. Grayscale: #909090. Windows color (decimal): -2652660 or 820951. OLE color: 820951.

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

Color convert

RGB 215 134 12 -
CMYK 0 0.38 0.94 0.16
HSL 36.06º 0.89% 0.45% -
HSV(B) 36.06º 0.94% 0.84% -
XYZ 36.62 31.52 4.5 -
YUV 144.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 215 134 12 0 0.38 0.94 0.16 36.06 0.89 0.45
Hex D7 86 C 0 26 5E 10 24 59 2D
Octal 327 206 14 0 46 136 20 44 131 55
Binary 11010111 10000110 1100 0 100110 1011110 10000 100100 1011001 101101

Color Harmonies of #D7860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7860C

Black with #D7860C

Text Example


Text Example

White with #D7860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7860C; }

 p { color: rgb(215,134,12); }

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

background-color css

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

 a { background-color: rgb(215,134,12); }

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

border-color css

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

 span { border-color: rgb(215,134,12); }

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