Html Css Color HEX #D6890C Gamboge

📋 copy color: '#D6890C'

red 214 ◦ green 137 ◦ blue 12

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

Shades of Gamboge #D6890C

Tints of Gamboge #D6890C

RGB

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

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

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

R = 58.95%
G = 37.74%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6890C (or 0xD6890C) is known color: Gamboge. HEX triplet: D6, 89 and 0C. RGB value is (214,137,12). Sum of RGB (Red+Green+Blue) = 214+137+12=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6890C is #2976F3. Grayscale: #929292. Windows color (decimal): -2717428 or 821718. OLE color: 821718.

HSL color Cylindrical-coordinate representation of color #D6890C: hue angle of 37.13º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6890C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 12 -
CMYK 0 0.36 0.94 0.16
HSL 37.13º 0.89% 0.44% -
HSV(B) 37.13º 0.94% 0.84% -
XYZ 36.74 32.21 4.63 -
YUV 145.77 52.51 176.66 -
System Red Green Blue C M Y K H S L
Decimal 214 137 12 0 0.36 0.94 0.16 37.13 0.89 0.44
Hex D6 89 C 0 24 5E 10 25 59 2C
Octal 326 211 14 0 44 136 20 45 131 54
Binary 11010110 10001001 1100 0 100100 1011110 10000 100101 1011001 101100

Color Harmonies of #D6890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6890C

Black with #D6890C

Text Example


Text Example

White with #D6890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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