Html Css Color HEX #D49813 Gamboge

📋 copy color: '#D49813'

red 212 ◦ green 152 ◦ blue 19

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

Shades of Gamboge #D49813

Tints of Gamboge #D49813

RGB

 RED value IS 212 (83.2% from 255) = 55.35%

 GREEN value IS 152 (59.77% from 255) = 39.69%

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

R = 55.35%
G = 39.69%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D49813 (or 0xD49813) is known color: Gamboge. HEX triplet: D4, 98 and 13. RGB value is (212,152,19). Sum of RGB (Red+Green+Blue) = 212+152+19=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D49813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49813 is #2B67EC. Grayscale: #9B9B9B. Windows color (decimal): -2844653 or 1284308. OLE color: 1284308.

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

Color convert

RGB 212 152 19 -
CMYK 0 0.28 0.91 0.17
HSL 41.35º 0.84% 0.45% -
HSV(B) 41.35º 0.91% 0.83% -
XYZ 38.5 36.5 5.63 -
YUV 154.78 51.38 168.81 -
System Red Green Blue C M Y K H S L
Decimal 212 152 19 0 0.28 0.91 0.17 41.35 0.84 0.45
Hex D4 98 13 0 1C 5B 11 29 54 2D
Octal 324 230 23 0 34 133 21 51 124 55
Binary 11010100 10011000 10011 0 11100 1011011 10001 101001 1010100 101101

Color Harmonies of #D49813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49813

Black with #D49813

Text Example


Text Example

White with #D49813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49813; }

 p { color: rgb(212,152,19); }

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

background-color css

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

 a { background-color: rgb(212,152,19); }

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

border-color css

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

 span { border-color: rgb(212,152,19); }

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