Html Css Color HEX #D48812 Gamboge

📋 copy color: '#D48812'

red 212 ◦ green 136 ◦ blue 18

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

Shades of Gamboge #D48812

Tints of Gamboge #D48812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 57.92%
G = 37.16%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D48812 (or 0xD48812) is known color: Gamboge. HEX triplet: D4, 88 and 12. RGB value is (212,136,18). Sum of RGB (Red+Green+Blue) = 212+136+18=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D48812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48812 is #2B77ED. Grayscale: #919191. Windows color (decimal): -2848750 or 1214676. OLE color: 1214676.

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

Color convert

RGB 212 136 18 -
CMYK 0 0.36 0.92 0.17
HSL 36.49º 0.84% 0.45% -
HSV(B) 36.49º 0.92% 0.83% -
XYZ 36.06 31.65 4.78 -
YUV 145.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 212 136 18 0 0.36 0.92 0.17 36.49 0.84 0.45
Hex D4 88 12 0 24 5C 11 24 54 2D
Octal 324 210 22 0 44 134 21 44 124 55
Binary 11010100 10001000 10010 0 100100 1011100 10001 100100 1010100 101101

Color Harmonies of #D48812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48812

Black with #D48812

Text Example


Text Example

White with #D48812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48812; }

 p { color: rgb(212,136,18); }

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

background-color css

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

 a { background-color: rgb(212,136,18); }

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

border-color css

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

 span { border-color: rgb(212,136,18); }

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