Html Css Color HEX #D68811 Gamboge

📋 copy color: '#D68811'

red 214 ◦ green 136 ◦ blue 17

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

Shades of Gamboge #D68811

Tints of Gamboge #D68811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.63%

R = 58.31%
G = 37.06%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D68811 (or 0xD68811) is known color: Gamboge. HEX triplet: D6, 88 and 11. RGB value is (214,136,17). Sum of RGB (Red+Green+Blue) = 214+136+17=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D68811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68811 is #2977EE. Grayscale: #929292. Windows color (decimal): -2717679 or 1149142. OLE color: 1149142.

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

Color convert

RGB 214 136 17 -
CMYK 0 0.36 0.92 0.16
HSL 36.24º 0.85% 0.45% -
HSV(B) 36.24º 0.92% 0.84% -
XYZ 36.64 31.94 4.77 -
YUV 145.76 55.34 176.68 -
System Red Green Blue C M Y K H S L
Decimal 214 136 17 0 0.36 0.92 0.16 36.24 0.85 0.45
Hex D6 88 11 0 24 5C 10 24 55 2D
Octal 326 210 21 0 44 134 20 44 125 55
Binary 11010110 10001000 10001 0 100100 1011100 10000 100100 1010101 101101

Color Harmonies of #D68811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68811

Black with #D68811

Text Example


Text Example

White with #D68811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68811; }

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

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

background-color css

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

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

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

border-color css

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

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

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