Html Css Color HEX #D39214 Gamboge

📋 copy color: '#D39214'

red 211 ◦ green 146 ◦ blue 20

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

Shades of Gamboge #D39214

Tints of Gamboge #D39214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

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

R = 55.97%
G = 38.73%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D39214 (or 0xD39214) is known color: Gamboge. HEX triplet: D3, 92 and 14. RGB value is (211,146,20). Sum of RGB (Red+Green+Blue) = 211+146+20=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D39214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39214 is #2C6DEB. Grayscale: #979797. Windows color (decimal): -2911724 or 1348307. OLE color: 1348307.

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

Color convert

RGB 211 146 20 -
CMYK 0 0.31 0.91 0.17
HSL 39.58º 0.83% 0.45% -
HSV(B) 39.58º 0.91% 0.83% -
XYZ 37.27 34.46 5.35 -
YUV 151.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 211 146 20 0 0.31 0.91 0.17 39.58 0.83 0.45
Hex D3 92 14 0 1F 5B 11 28 53 2D
Octal 323 222 24 0 37 133 21 50 123 55
Binary 11010011 10010010 10100 0 11111 1011011 10001 101000 1010011 101101

Color Harmonies of #D39214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39214

Black with #D39214

Text Example


Text Example

White with #D39214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39214; }

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

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

background-color css

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

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

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

border-color css

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

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

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