Html Css Color HEX #D38D14 Gamboge

📋 copy color: '#D38D14'

red 211 ◦ green 141 ◦ blue 20

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

Shades of Gamboge #D38D14

Tints of Gamboge #D38D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

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

R = 56.72%
G = 37.9%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D38D14 (or 0xD38D14) is known color: Gamboge. HEX triplet: D3, 8D and 14. RGB value is (211,141,20). Sum of RGB (Red+Green+Blue) = 211+141+20=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38D14 is #2C72EB. Grayscale: #949494. Windows color (decimal): -2913004 or 1347027. OLE color: 1347027.

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

Color convert

RGB 211 141 20 -
CMYK 0 0.33 0.91 0.17
HSL 38.01º 0.83% 0.45% -
HSV(B) 38.01º 0.91% 0.83% -
XYZ 36.52 32.95 5.1 -
YUV 148.14 55.69 172.84 -
System Red Green Blue C M Y K H S L
Decimal 211 141 20 0 0.33 0.91 0.17 38.01 0.83 0.45
Hex D3 8D 14 0 21 5B 11 26 53 2D
Octal 323 215 24 0 41 133 21 46 123 55
Binary 11010011 10001101 10100 0 100001 1011011 10001 100110 1010011 101101

Color Harmonies of #D38D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D14

Black with #D38D14

Text Example


Text Example

White with #D38D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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