Html Css Color HEX #D38708 Gamboge

📋 copy color: '#D38708'

red 211 ◦ green 135 ◦ blue 8

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

Shades of Gamboge #D38708

Tints of Gamboge #D38708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 59.6%
G = 38.14%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D38708 (or 0xD38708) is known color: Gamboge. HEX triplet: D3, 87 and 08. RGB value is (211,135,8). Sum of RGB (Red+Green+Blue) = 211+135+8=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D38708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38708 is #2C78F7. Grayscale: #8F8F8F. Windows color (decimal): -2914552 or 559059. OLE color: 559059.

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

Color convert

RGB 211 135 8 -
CMYK 0 0.36 0.96 0.17
HSL 37.54º 0.93% 0.43% -
HSV(B) 37.54º 0.96% 0.83% -
XYZ 35.57 31.19 4.38 -
YUV 143.25 51.68 176.33 -
System Red Green Blue C M Y K H S L
Decimal 211 135 8 0 0.36 0.96 0.17 37.54 0.93 0.43
Hex D3 87 8 0 24 60 11 26 5D 2B
Octal 323 207 10 0 44 140 21 46 135 53
Binary 11010011 10000111 1000 0 100100 1100000 10001 100110 1011101 101011

Color Harmonies of #D38708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38708

Black with #D38708

Text Example


Text Example

White with #D38708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38708; }

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

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

background-color css

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

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

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

border-color css

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

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

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