Html Css Color HEX #D48505 Gamboge

📋 copy color: '#D48505'

red 212 ◦ green 133 ◦ blue 5

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

Shades of Gamboge #D48505

Tints of Gamboge #D48505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

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

R = 60.57%
G = 38%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D48505 (or 0xD48505) is known color: Gamboge. HEX triplet: D4, 85 and 05. RGB value is (212,133,5). Sum of RGB (Red+Green+Blue) = 212+133+5=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D48505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48505 is #2B7AFA. Grayscale: #8E8E8E. Windows color (decimal): -2849531 or 361940. OLE color: 361940.

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

Color convert

RGB 212 133 5 -
CMYK 0 0.37 0.98 0.17
HSL 37.1º 0.95% 0.43% -
HSV(B) 37.1º 0.98% 0.83% -
XYZ 35.57 30.78 4.21 -
YUV 142.03 50.67 177.91 -
System Red Green Blue C M Y K H S L
Decimal 212 133 5 0 0.37 0.98 0.17 37.1 0.95 0.43
Hex D4 85 5 0 25 62 11 25 5F 2B
Octal 324 205 5 0 45 142 21 45 137 53
Binary 11010100 10000101 101 0 100101 1100010 10001 100101 1011111 101011

Color Harmonies of #D48505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48505

Black with #D48505

Text Example


Text Example

White with #D48505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48505; }

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

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

background-color css

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

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

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

border-color css

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

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

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