Html Css Color HEX #D39203 Gamboge

📋 copy color: '#D39203'

red 211 ◦ green 146 ◦ blue 3

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

Shades of Gamboge #D39203

Tints of Gamboge #D39203

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 58.61%
G = 40.56%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D39203 (or 0xD39203) is known color: Gamboge. HEX triplet: D3, 92 and 03. RGB value is (211,146,3). Sum of RGB (Red+Green+Blue) = 211+146+3=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D39203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39203 is #2C6DFC. Grayscale: #959595. Windows color (decimal): -2911741 or 234195. OLE color: 234195.

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

Color convert

RGB 211 146 3 -
CMYK 0 0.31 0.99 0.17
HSL 41.25º 0.97% 0.42% -
HSV(B) 41.25º 0.99% 0.83% -
XYZ 37.16 34.41 4.77 -
YUV 149.13 45.53 172.13 -
System Red Green Blue C M Y K H S L
Decimal 211 146 3 0 0.31 0.99 0.17 41.25 0.97 0.42
Hex D3 92 3 0 1F 63 11 29 61 2A
Octal 323 222 3 0 37 143 21 51 141 52
Binary 11010011 10010010 11 0 11111 1100011 10001 101001 1100001 101010

Color Harmonies of #D39203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39203

Black with #D39203

Text Example


Text Example

White with #D39203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39203; }

 p { color: rgb(211,146,3); }

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

background-color css

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

 a { background-color: rgb(211,146,3); }

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

border-color css

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

 span { border-color: rgb(211,146,3); }

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