Html Css Color HEX #D6880C Gamboge

📋 copy color: '#D6880C'

red 214 ◦ green 136 ◦ blue 12

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

Shades of Gamboge #D6880C

Tints of Gamboge #D6880C

RGB

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

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

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

R = 59.12%
G = 37.57%
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

#D6880C (or 0xD6880C) is known color: Gamboge. HEX triplet: D6, 88 and 0C. RGB value is (214,136,12). Sum of RGB (Red+Green+Blue) = 214+136+12=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6880C is #2977F3. Grayscale: #919191. Windows color (decimal): -2717684 or 821462. OLE color: 821462.

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

Color convert

RGB 214 136 12 -
CMYK 0 0.36 0.94 0.16
HSL 36.83º 0.89% 0.44% -
HSV(B) 36.83º 0.94% 0.84% -
XYZ 36.6 31.93 4.58 -
YUV 145.19 52.84 177.08 -
System Red Green Blue C M Y K H S L
Decimal 214 136 12 0 0.36 0.94 0.16 36.83 0.89 0.44
Hex D6 88 C 0 24 5E 10 25 59 2C
Octal 326 210 14 0 44 136 20 45 131 54
Binary 11010110 10001000 1100 0 100100 1011110 10000 100101 1011001 101100

Color Harmonies of #D6880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6880C

Black with #D6880C

Text Example


Text Example

White with #D6880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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