Html Css Color HEX #D38706 Gamboge

📋 copy color: '#D38706'

red 211 ◦ green 135 ◦ blue 6

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

Shades of Gamboge #D38706

Tints of Gamboge #D38706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.35%

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 59.94%
G = 38.35%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D38706 (or 0xD38706) is known color: Gamboge. HEX triplet: D3, 87 and 06. RGB value is (211,135,6). Sum of RGB (Red+Green+Blue) = 211+135+6=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D38706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38706 is #2C78F9. Grayscale: #8F8F8F. Windows color (decimal): -2914554 or 427987. OLE color: 427987.

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

Color convert

RGB 211 135 6 -
CMYK 0 0.36 0.97 0.17
HSL 37.76º 0.94% 0.43% -
HSV(B) 37.76º 0.97% 0.83% -
XYZ 35.56 31.19 4.32 -
YUV 143.02 50.68 176.49 -
System Red Green Blue C M Y K H S L
Decimal 211 135 6 0 0.36 0.97 0.17 37.76 0.94 0.43
Hex D3 87 6 0 24 61 11 26 5E 2B
Octal 323 207 6 0 44 141 21 46 136 53
Binary 11010011 10000111 110 0 100100 1100001 10001 100110 1011110 101011

Color Harmonies of #D38706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38706

Black with #D38706

Text Example


Text Example

White with #D38706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38706; }

 p { color: rgb(211,135,6); }

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

background-color css

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

 a { background-color: rgb(211,135,6); }

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

border-color css

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

 span { border-color: rgb(211,135,6); }

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