Html Css Color HEX #D38810 Gamboge

📋 copy color: '#D38810'

red 211 ◦ green 136 ◦ blue 16

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

Shades of Gamboge #D38810

Tints of Gamboge #D38810

RGB

 RED value IS 211 (82.81% from 255) = 58.13%

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

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 58.13%
G = 37.47%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D38810 (or 0xD38810) is known color: Gamboge. HEX triplet: D3, 88 and 10. RGB value is (211,136,16). Sum of RGB (Red+Green+Blue) = 211+136+16=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D38810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38810 is #2C77EF. Grayscale: #919191. Windows color (decimal): -2914288 or 1083603. OLE color: 1083603.

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

Color convert

RGB 211 136 16 -
CMYK 0 0.36 0.92 0.17
HSL 36.92º 0.86% 0.45% -
HSV(B) 36.92º 0.92% 0.83% -
XYZ 35.76 31.49 4.68 -
YUV 144.75 55.35 175.26 -
System Red Green Blue C M Y K H S L
Decimal 211 136 16 0 0.36 0.92 0.17 36.92 0.86 0.45
Hex D3 88 10 0 24 5C 11 25 56 2D
Octal 323 210 20 0 44 134 21 45 126 55
Binary 11010011 10001000 10000 0 100100 1011100 10001 100101 1010110 101101

Color Harmonies of #D38810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38810

Black with #D38810

Text Example


Text Example

White with #D38810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38810; }

 p { color: rgb(211,136,16); }

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

background-color css

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

 a { background-color: rgb(211,136,16); }

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

border-color css

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

 span { border-color: rgb(211,136,16); }

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