Html Css Color HEX #D39003 Gamboge

📋 copy color: '#D39003'

red 211 ◦ green 144 ◦ blue 3

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

Shades of Gamboge #D39003

Tints of Gamboge #D39003

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

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

R = 58.94%
G = 40.22%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D39003 (or 0xD39003) is known color: Gamboge. HEX triplet: D3, 90 and 03. RGB value is (211,144,3). Sum of RGB (Red+Green+Blue) = 211+144+3=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D39003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39003 is #2C6FFC. Grayscale: #949494. Windows color (decimal): -2912253 or 233683. OLE color: 233683.

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

Color convert

RGB 211 144 3 -
CMYK 0 0.32 0.99 0.17
HSL 40.67º 0.97% 0.42% -
HSV(B) 40.67º 0.99% 0.83% -
XYZ 36.85 33.8 4.67 -
YUV 147.96 46.2 172.96 -
System Red Green Blue C M Y K H S L
Decimal 211 144 3 0 0.32 0.99 0.17 40.67 0.97 0.42
Hex D3 90 3 0 20 63 11 29 61 2A
Octal 323 220 3 0 40 143 21 51 141 52
Binary 11010011 10010000 11 0 100000 1100011 10001 101001 1100001 101010

Color Harmonies of #D39003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39003

Black with #D39003

Text Example


Text Example

White with #D39003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39003; }

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

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

background-color css

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

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

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

border-color css

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

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

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