Html Css Color HEX #D6890D Gamboge

📋 copy color: '#D6890D'

red 214 ◦ green 137 ◦ blue 13

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

Shades of Gamboge #D6890D

Tints of Gamboge #D6890D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.57%

R = 58.79%
G = 37.64%
B = 3.57%

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

#D6890D (or 0xD6890D) is known color: Gamboge. HEX triplet: D6, 89 and 0D. RGB value is (214,137,13). Sum of RGB (Red+Green+Blue) = 214+137+13=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6890D is #2976F2. Grayscale: #929292. Windows color (decimal): -2717427 or 887254. OLE color: 887254.

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

Color convert

RGB 214 137 13 -
CMYK 0 0.36 0.94 0.16
HSL 37.01º 0.89% 0.45% -
HSV(B) 37.01º 0.94% 0.84% -
XYZ 36.75 32.22 4.66 -
YUV 145.89 53.01 176.58 -
System Red Green Blue C M Y K H S L
Decimal 214 137 13 0 0.36 0.94 0.16 37.01 0.89 0.45
Hex D6 89 D 0 24 5E 10 25 59 2D
Octal 326 211 15 0 44 136 20 45 131 55
Binary 11010110 10001001 1101 0 100100 1011110 10000 100101 1011001 101101

Color Harmonies of #D6890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6890D

Black with #D6890D

Text Example


Text Example

White with #D6890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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