Html Css Color HEX #D6890B Gamboge

📋 copy color: '#D6890B'

red 214 ◦ green 137 ◦ blue 11

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

Shades of Gamboge #D6890B

Tints of Gamboge #D6890B

RGB

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

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

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

R = 59.12%
G = 37.85%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6890B (or 0xD6890B) is known color: Gamboge. HEX triplet: D6, 89 and 0B. RGB value is (214,137,11). Sum of RGB (Red+Green+Blue) = 214+137+11=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6890B is #2976F4. Grayscale: #929292. Windows color (decimal): -2717429 or 756182. OLE color: 756182.

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

Color convert

RGB 214 137 11 -
CMYK 0 0.36 0.95 0.16
HSL 37.24º 0.9% 0.44% -
HSV(B) 37.24º 0.95% 0.84% -
XYZ 36.74 32.21 4.6 -
YUV 145.66 52.01 176.75 -
System Red Green Blue C M Y K H S L
Decimal 214 137 11 0 0.36 0.95 0.16 37.24 0.9 0.44
Hex D6 89 B 0 24 5F 10 25 5A 2C
Octal 326 211 13 0 44 137 20 45 132 54
Binary 11010110 10001001 1011 0 100100 1011111 10000 100101 1011010 101100

Color Harmonies of #D6890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6890B

Black with #D6890B

Text Example


Text Example

White with #D6890B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6890B; }

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

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

background-color css

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

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

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

border-color css

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

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

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