Html Css Color HEX #D38F13 Gamboge

📋 copy color: '#D38F13'

red 211 ◦ green 143 ◦ blue 19

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

Shades of Gamboge #D38F13

Tints of Gamboge #D38F13

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 56.57%
G = 38.34%
B = 5.09%

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

#D38F13 (or 0xD38F13) is known color: Gamboge. HEX triplet: D3, 8F and 13. RGB value is (211,143,19). Sum of RGB (Red+Green+Blue) = 211+143+19=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38F13 is #2C70EC. Grayscale: #959595. Windows color (decimal): -2912493 or 1282003. OLE color: 1282003.

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

Color convert

RGB 211 143 19 -
CMYK 0 0.32 0.91 0.17
HSL 38.75º 0.83% 0.45% -
HSV(B) 38.75º 0.91% 0.83% -
XYZ 36.8 33.54 5.15 -
YUV 149.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 211 143 19 0 0.32 0.91 0.17 38.75 0.83 0.45
Hex D3 8F 13 0 20 5B 11 27 53 2D
Octal 323 217 23 0 40 133 21 47 123 55
Binary 11010011 10001111 10011 0 100000 1011011 10001 100111 1010011 101101

Color Harmonies of #D38F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F13

Black with #D38F13

Text Example


Text Example

White with #D38F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F13; }

 p { color: rgb(211,143,19); }

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

background-color css

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

 a { background-color: rgb(211,143,19); }

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

border-color css

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

 span { border-color: rgb(211,143,19); }

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