Html Css Color HEX #D39403 Gamboge

📋 copy color: '#D39403'

red 211 ◦ green 148 ◦ blue 3

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

Shades of Gamboge #D39403

Tints of Gamboge #D39403

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.88%

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

R = 58.29%
G = 40.88%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D39403 (or 0xD39403) is known color: Gamboge. HEX triplet: D3, 94 and 03. RGB value is (211,148,3). Sum of RGB (Red+Green+Blue) = 211+148+3=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D39403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39403 is #2C6BFC. Grayscale: #969696. Windows color (decimal): -2911229 or 234707. OLE color: 234707.

HSL color Cylindrical-coordinate representation of color #D39403: hue angle of 41.83º 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 #D39403 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 148 3 -
CMYK 0 0.30 0.99 0.17
HSL 41.83º 0.97% 0.42% -
HSV(B) 41.83º 0.99% 0.83% -
XYZ 37.47 35.04 4.87 -
YUV 150.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 211 148 3 0 0.30 0.99 0.17 41.83 0.97 0.42
Hex D3 94 3 0 1E 63 11 2A 61 2A
Octal 323 224 3 0 36 143 21 52 141 52
Binary 11010011 10010100 11 0 11110 1100011 10001 101010 1100001 101010

Color Harmonies of #D39403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39403

Black with #D39403

Text Example


Text Example

White with #D39403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39403; }

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

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

background-color css

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

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

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

border-color css

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

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

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