Html Css Color HEX #D6880B Gamboge

📋 copy color: '#D6880B'

red 214 ◦ green 136 ◦ blue 11

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

Shades of Gamboge #D6880B

Tints of Gamboge #D6880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 59.28%
G = 37.67%
B = 3.05%

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

#D6880B (or 0xD6880B) is known color: Gamboge. HEX triplet: D6, 88 and 0B. RGB value is (214,136,11). Sum of RGB (Red+Green+Blue) = 214+136+11=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6880B is #2977F4. Grayscale: #919191. Windows color (decimal): -2717685 or 755926. OLE color: 755926.

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

Color convert

RGB 214 136 11 -
CMYK 0 0.36 0.95 0.16
HSL 36.95º 0.9% 0.44% -
HSV(B) 36.95º 0.95% 0.84% -
XYZ 36.6 31.93 4.55 -
YUV 145.07 52.34 177.16 -
System Red Green Blue C M Y K H S L
Decimal 214 136 11 0 0.36 0.95 0.16 36.95 0.9 0.44
Hex D6 88 B 0 24 5F 10 25 5A 2C
Octal 326 210 13 0 44 137 20 45 132 54
Binary 11010110 10001000 1011 0 100100 1011111 10000 100101 1011010 101100

Color Harmonies of #D6880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6880B

Black with #D6880B

Text Example


Text Example

White with #D6880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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