Html Css Color HEX #D48A10 Gamboge

📋 copy color: '#D48A10'

red 212 ◦ green 138 ◦ blue 16

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

Shades of Gamboge #D48A10

Tints of Gamboge #D48A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 57.92%
G = 37.7%
B = 4.37%

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

#D48A10 (or 0xD48A10) is known color: Gamboge. HEX triplet: D4, 8A and 10. RGB value is (212,138,16). Sum of RGB (Red+Green+Blue) = 212+138+16=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48A10 is #2B75EF. Grayscale: #929292. Windows color (decimal): -2848240 or 1084116. OLE color: 1084116.

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

Color convert

RGB 212 138 16 -
CMYK 0 0.35 0.92 0.17
HSL 37.35º 0.86% 0.45% -
HSV(B) 37.35º 0.92% 0.83% -
XYZ 36.33 32.21 4.79 -
YUV 146.22 54.52 174.92 -
System Red Green Blue C M Y K H S L
Decimal 212 138 16 0 0.35 0.92 0.17 37.35 0.86 0.45
Hex D4 8A 10 0 23 5C 11 25 56 2D
Octal 324 212 20 0 43 134 21 45 126 55
Binary 11010100 10001010 10000 0 100011 1011100 10001 100101 1010110 101101

Color Harmonies of #D48A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A10

Black with #D48A10

Text Example


Text Example

White with #D48A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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