Html Css Color HEX #D48805 Gamboge

📋 copy color: '#D48805'

red 212 ◦ green 136 ◦ blue 5

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

Shades of Gamboge #D48805

Tints of Gamboge #D48805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 60.06%
G = 38.53%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D48805 (or 0xD48805) is known color: Gamboge. HEX triplet: D4, 88 and 05. RGB value is (212,136,5). Sum of RGB (Red+Green+Blue) = 212+136+5=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D48805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48805 is #2B77FA. Grayscale: #909090. Windows color (decimal): -2848763 or 362708. OLE color: 362708.

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

Color convert

RGB 212 136 5 -
CMYK 0 0.36 0.98 0.17
HSL 37.97º 0.95% 0.43% -
HSV(B) 37.97º 0.98% 0.83% -
XYZ 35.98 31.62 4.35 -
YUV 143.79 49.68 176.65 -
System Red Green Blue C M Y K H S L
Decimal 212 136 5 0 0.36 0.98 0.17 37.97 0.95 0.43
Hex D4 88 5 0 24 62 11 26 5F 2B
Octal 324 210 5 0 44 142 21 46 137 53
Binary 11010100 10001000 101 0 100100 1100010 10001 100110 1011111 101011

Color Harmonies of #D48805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48805

Black with #D48805

Text Example


Text Example

White with #D48805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48805; }

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

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

background-color css

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

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

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

border-color css

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

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

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