Html Css Color HEX #D39014 Gamboge

📋 copy color: '#D39014'

red 211 ◦ green 144 ◦ blue 20

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

Shades of Gamboge #D39014

Tints of Gamboge #D39014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.33%

R = 56.27%
G = 38.4%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D39014 (or 0xD39014) is known color: Gamboge. HEX triplet: D3, 90 and 14. RGB value is (211,144,20). Sum of RGB (Red+Green+Blue) = 211+144+20=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D39014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39014 is #2C6FEB. Grayscale: #969696. Windows color (decimal): -2912236 or 1347795. OLE color: 1347795.

HSL color Cylindrical-coordinate representation of color #D39014: hue angle of 38.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D39014 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 144 20 -
CMYK 0 0.32 0.91 0.17
HSL 38.95º 0.83% 0.45% -
HSV(B) 38.95º 0.91% 0.83% -
XYZ 36.96 33.85 5.25 -
YUV 149.9 54.7 171.58 -
System Red Green Blue C M Y K H S L
Decimal 211 144 20 0 0.32 0.91 0.17 38.95 0.83 0.45
Hex D3 90 14 0 20 5B 11 27 53 2D
Octal 323 220 24 0 40 133 21 47 123 55
Binary 11010011 10010000 10100 0 100000 1011011 10001 100111 1010011 101101

Color Harmonies of #D39014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39014

Black with #D39014

Text Example


Text Example

White with #D39014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39014; }

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

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

background-color css

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

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

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

border-color css

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

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

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