Html Css Color HEX #D6850F Gamboge

📋 copy color: '#D6850F'

red 214 ◦ green 133 ◦ blue 15

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

Shades of Gamboge #D6850F

Tints of Gamboge #D6850F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.14%

R = 59.12%
G = 36.74%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6850F (or 0xD6850F) is known color: Gamboge. HEX triplet: D6, 85 and 0F. RGB value is (214,133,15). Sum of RGB (Red+Green+Blue) = 214+133+15=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6850F is #297AF0. Grayscale: #909090. Windows color (decimal): -2718449 or 1017302. OLE color: 1017302.

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

Color convert

RGB 214 133 15 -
CMYK 0 0.38 0.93 0.16
HSL 35.58º 0.87% 0.45% -
HSV(B) 35.58º 0.93% 0.84% -
XYZ 36.21 31.11 4.55 -
YUV 143.77 55.34 178.09 -
System Red Green Blue C M Y K H S L
Decimal 214 133 15 0 0.38 0.93 0.16 35.58 0.87 0.45
Hex D6 85 F 0 26 5D 10 24 57 2D
Octal 326 205 17 0 46 135 20 44 127 55
Binary 11010110 10000101 1111 0 100110 1011101 10000 100100 1010111 101101

Color Harmonies of #D6850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6850F

Black with #D6850F

Text Example


Text Example

White with #D6850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6850F; }

 p { color: rgb(214,133,15); }

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

background-color css

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

 a { background-color: rgb(214,133,15); }

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

border-color css

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

 span { border-color: rgb(214,133,15); }

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