Html Css Color HEX #D7850C Gamboge

📋 copy color: '#D7850C'

red 215 ◦ green 133 ◦ blue 12

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

Shades of Gamboge #D7850C

Tints of Gamboge #D7850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 59.72%
G = 36.94%
B = 3.33%

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

#D7850C (or 0xD7850C) is known color: Gamboge. HEX triplet: D7, 85 and 0C. RGB value is (215,133,12). Sum of RGB (Red+Green+Blue) = 215+133+12=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7850C is #287AF3. Grayscale: #909090. Windows color (decimal): -2652916 or 820695. OLE color: 820695.

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

Color convert

RGB 215 133 12 -
CMYK 0 0.38 0.94 0.16
HSL 35.76º 0.89% 0.45% -
HSV(B) 35.76º 0.94% 0.84% -
XYZ 36.48 31.25 4.46 -
YUV 143.72 53.67 178.84 -
System Red Green Blue C M Y K H S L
Decimal 215 133 12 0 0.38 0.94 0.16 35.76 0.89 0.45
Hex D7 85 C 0 26 5E 10 24 59 2D
Octal 327 205 14 0 46 136 20 44 131 55
Binary 11010111 10000101 1100 0 100110 1011110 10000 100100 1011001 101101

Color Harmonies of #D7850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7850C

Black with #D7850C

Text Example


Text Example

White with #D7850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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