Html Css Color HEX #D7850B Gamboge

📋 copy color: '#D7850B'

red 215 ◦ green 133 ◦ blue 11

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

Shades of Gamboge #D7850B

Tints of Gamboge #D7850B

RGB

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

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

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

R = 59.89%
G = 37.05%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7850B (or 0xD7850B) is known color: Gamboge. HEX triplet: D7, 85 and 0B. RGB value is (215,133,11). Sum of RGB (Red+Green+Blue) = 215+133+11=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D7850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7850B is #287AF4. Grayscale: #909090. Windows color (decimal): -2652917 or 755159. OLE color: 755159.

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

Color convert

RGB 215 133 11 -
CMYK 0 0.38 0.95 0.16
HSL 35.88º 0.9% 0.44% -
HSV(B) 35.88º 0.95% 0.84% -
XYZ 36.47 31.25 4.43 -
YUV 143.61 53.17 178.92 -
System Red Green Blue C M Y K H S L
Decimal 215 133 11 0 0.38 0.95 0.16 35.88 0.9 0.44
Hex D7 85 B 0 26 5F 10 24 5A 2C
Octal 327 205 13 0 46 137 20 44 132 54
Binary 11010111 10000101 1011 0 100110 1011111 10000 100100 1011010 101100

Color Harmonies of #D7850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7850B

Black with #D7850B

Text Example


Text Example

White with #D7850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7850B; }

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

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

background-color css

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

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

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

border-color css

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

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

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