Html Css Color HEX #D39901 Gamboge

📋 copy color: '#D39901'

red 211 ◦ green 153 ◦ blue 1

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

Shades of Gamboge #D39901

Tints of Gamboge #D39901

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.92%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 57.81%
G = 41.92%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D39901 (or 0xD39901) is known color: Gamboge. HEX triplet: D3, 99 and 01. RGB value is (211,153,1). Sum of RGB (Red+Green+Blue) = 211+153+1=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D39901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39901 is #2C66FE. Grayscale: #999999. Windows color (decimal): -2909951 or 104915. OLE color: 104915.

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

Color convert

RGB 211 153 1 -
CMYK 0 0.27 1.00 0.17
HSL 43.43º 0.99% 0.42% -
HSV(B) 43.43º 1% 0.83% -
XYZ 38.26 36.63 5.08 -
YUV 153.01 42.22 169.36 -
System Red Green Blue C M Y K H S L
Decimal 211 153 1 0 0.27 1.00 0.17 43.43 0.99 0.42
Hex D3 99 1 0 1B 64 11 2B 63 2A
Octal 323 231 1 0 33 144 21 53 143 52
Binary 11010011 10011001 1 0 11011 1100100 10001 101011 1100011 101010

Color Harmonies of #D39901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39901

Black with #D39901

Text Example


Text Example

White with #D39901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39901; }

 p { color: rgb(211,153,1); }

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

background-color css

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

 a { background-color: rgb(211,153,1); }

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

border-color css

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

 span { border-color: rgb(211,153,1); }

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