Html Css Color HEX #D48A12 Gamboge

📋 copy color: '#D48A12'

red 212 ◦ green 138 ◦ blue 18

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

Shades of Gamboge #D48A12

Tints of Gamboge #D48A12

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

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

R = 57.61%
G = 37.5%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D48A12 (or 0xD48A12) is known color: Gamboge. HEX triplet: D4, 8A and 12. RGB value is (212,138,18). Sum of RGB (Red+Green+Blue) = 212+138+18=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48A12 is #2B75ED. Grayscale: #929292. Windows color (decimal): -2848238 or 1215188. OLE color: 1215188.

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

Color convert

RGB 212 138 18 -
CMYK 0 0.35 0.92 0.17
HSL 37.11º 0.84% 0.45% -
HSV(B) 37.11º 0.92% 0.83% -
XYZ 36.35 32.22 4.88 -
YUV 146.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 212 138 18 0 0.35 0.92 0.17 37.11 0.84 0.45
Hex D4 8A 12 0 23 5C 11 25 54 2D
Octal 324 212 22 0 43 134 21 45 124 55
Binary 11010100 10001010 10010 0 100011 1011100 10001 100101 1010100 101101

Color Harmonies of #D48A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A12

Black with #D48A12

Text Example


Text Example

White with #D48A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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