Html Css Color HEX #D6890F Gamboge

📋 copy color: '#D6890F'

red 214 ◦ green 137 ◦ blue 15

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

Shades of Gamboge #D6890F

Tints of Gamboge #D6890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

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

R = 58.47%
G = 37.43%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6890F (or 0xD6890F) is known color: Gamboge. HEX triplet: D6, 89 and 0F. RGB value is (214,137,15). Sum of RGB (Red+Green+Blue) = 214+137+15=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D6890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6890F is #2976F0. Grayscale: #929292. Windows color (decimal): -2717425 or 1018326. OLE color: 1018326.

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

Color convert

RGB 214 137 15 -
CMYK 0 0.36 0.93 0.16
HSL 36.78º 0.87% 0.45% -
HSV(B) 36.78º 0.93% 0.84% -
XYZ 36.76 32.22 4.73 -
YUV 146.12 54.01 176.42 -
System Red Green Blue C M Y K H S L
Decimal 214 137 15 0 0.36 0.93 0.16 36.78 0.87 0.45
Hex D6 89 F 0 24 5D 10 25 57 2D
Octal 326 211 17 0 44 135 20 45 127 55
Binary 11010110 10001001 1111 0 100100 1011101 10000 100101 1010111 101101

Color Harmonies of #D6890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6890F

Black with #D6890F

Text Example


Text Example

White with #D6890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6890F; }

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

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

background-color css

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

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

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

border-color css

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

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

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