Html Css Color HEX #D18B08 Gamboge

📋 copy color: '#D18B08'

red 209 ◦ green 139 ◦ blue 8

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

Shades of Gamboge #D18B08

Tints of Gamboge #D18B08

RGB

 RED value IS 209 (82.03% from 255) = 58.71%

 GREEN value IS 139 (54.69% from 255) = 39.04%

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

R = 58.71%
G = 39.04%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D18B08 (or 0xD18B08) is known color: Gamboge. HEX triplet: D1, 8B and 08. RGB value is (209,139,8). Sum of RGB (Red+Green+Blue) = 209+139+8=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18B08 is #2E74F7. Grayscale: #919191. Windows color (decimal): -3044600 or 560081. OLE color: 560081.

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

Color convert

RGB 209 139 8 -
CMYK 0 0.33 0.96 0.18
HSL 39.1º 0.93% 0.43% -
HSV(B) 39.1º 0.96% 0.82% -
XYZ 35.57 32.04 4.54 -
YUV 145 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 209 139 8 0 0.33 0.96 0.18 39.1 0.93 0.43
Hex D1 8B 8 0 21 60 12 27 5D 2B
Octal 321 213 10 0 41 140 22 47 135 53
Binary 11010001 10001011 1000 0 100001 1100000 10010 100111 1011101 101011

Color Harmonies of #D18B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B08

Black with #D18B08

Text Example


Text Example

White with #D18B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B08; }

 p { color: rgb(209,139,8); }

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

background-color css

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

 a { background-color: rgb(209,139,8); }

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

border-color css

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

 span { border-color: rgb(209,139,8); }

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