Html Css Color HEX #D39602 Gamboge

📋 copy color: '#D39602'

red 211 ◦ green 150 ◦ blue 2

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

Shades of Gamboge #D39602

Tints of Gamboge #D39602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 58.13%
G = 41.32%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D39602 (or 0xD39602) is known color: Gamboge. HEX triplet: D3, 96 and 02. RGB value is (211,150,2). Sum of RGB (Red+Green+Blue) = 211+150+2=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D39602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39602 is #2C69FD. Grayscale: #989898. Windows color (decimal): -2910718 or 169683. OLE color: 169683.

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

Color convert

RGB 211 150 2 -
CMYK 0 0.29 0.99 0.17
HSL 42.49º 0.98% 0.42% -
HSV(B) 42.49º 0.99% 0.83% -
XYZ 37.78 35.67 4.95 -
YUV 151.37 43.71 170.53 -
System Red Green Blue C M Y K H S L
Decimal 211 150 2 0 0.29 0.99 0.17 42.49 0.98 0.42
Hex D3 96 2 0 1D 63 11 2A 62 2A
Octal 323 226 2 0 35 143 21 52 142 52
Binary 11010011 10010110 10 0 11101 1100011 10001 101010 1100010 101010

Color Harmonies of #D39602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39602

Black with #D39602

Text Example


Text Example

White with #D39602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39602; }

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

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

background-color css

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

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

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

border-color css

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

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

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