Html Css Color HEX #D48C09 Gamboge

📋 copy color: '#D48C09'

red 212 ◦ green 140 ◦ blue 9

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

Shades of Gamboge #D48C09

Tints of Gamboge #D48C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.78%

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 58.73%
G = 38.78%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D48C09 (or 0xD48C09) is known color: Gamboge. HEX triplet: D4, 8C and 09. RGB value is (212,140,9). Sum of RGB (Red+Green+Blue) = 212+140+9=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48C09 is #2B73F6. Grayscale: #939393. Windows color (decimal): -2847735 or 625876. OLE color: 625876.

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

Color convert

RGB 212 140 9 -
CMYK 0 0.34 0.96 0.17
HSL 38.72º 0.92% 0.43% -
HSV(B) 38.72º 0.96% 0.83% -
XYZ 36.58 32.77 4.66 -
YUV 146.59 50.35 174.65 -
System Red Green Blue C M Y K H S L
Decimal 212 140 9 0 0.34 0.96 0.17 38.72 0.92 0.43
Hex D4 8C 9 0 22 60 11 27 5C 2B
Octal 324 214 11 0 42 140 21 47 134 53
Binary 11010100 10001100 1001 0 100010 1100000 10001 100111 1011100 101011

Color Harmonies of #D48C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C09

Black with #D48C09

Text Example


Text Example

White with #D48C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C09; }

 p { color: rgb(212,140,9); }

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

background-color css

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

 a { background-color: rgb(212,140,9); }

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

border-color css

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

 span { border-color: rgb(212,140,9); }

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