Html Css Color HEX #D39605 Gamboge

📋 copy color: '#D39605'

red 211 ◦ green 150 ◦ blue 5

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

Shades of Gamboge #D39605

Tints of Gamboge #D39605

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 57.65%
G = 40.98%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D39605 (or 0xD39605) is known color: Gamboge. HEX triplet: D3, 96 and 05. RGB value is (211,150,5). Sum of RGB (Red+Green+Blue) = 211+150+5=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D39605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39605 is #2C69FA. Grayscale: #989898. Windows color (decimal): -2910715 or 366291. OLE color: 366291.

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

Color convert

RGB 211 150 5 -
CMYK 0 0.29 0.98 0.17
HSL 42.23º 0.95% 0.42% -
HSV(B) 42.23º 0.98% 0.83% -
XYZ 37.8 35.67 5.04 -
YUV 151.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 211 150 5 0 0.29 0.98 0.17 42.23 0.95 0.42
Hex D3 96 5 0 1D 62 11 2A 5F 2A
Octal 323 226 5 0 35 142 21 52 137 52
Binary 11010011 10010110 101 0 11101 1100010 10001 101010 1011111 101010

Color Harmonies of #D39605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39605

Black with #D39605

Text Example


Text Example

White with #D39605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39605; }

 p { color: rgb(211,150,5); }

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

background-color css

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

 a { background-color: rgb(211,150,5); }

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

border-color css

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

 span { border-color: rgb(211,150,5); }

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