Html Css Color HEX #D38D09 Gamboge

📋 copy color: '#D38D09'

red 211 ◦ green 141 ◦ blue 9

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

Shades of Gamboge #D38D09

Tints of Gamboge #D38D09

RGB

 RED value IS 211 (82.81% from 255) = 58.45%

 GREEN value IS 141 (55.47% from 255) = 39.06%

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

R = 58.45%
G = 39.06%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D38D09 (or 0xD38D09) is known color: Gamboge. HEX triplet: D3, 8D and 09. RGB value is (211,141,9). Sum of RGB (Red+Green+Blue) = 211+141+9=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38D09 is #2C72F6. Grayscale: #939393. Windows color (decimal): -2913015 or 626131. OLE color: 626131.

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

Color convert

RGB 211 141 9 -
CMYK 0 0.33 0.96 0.17
HSL 39.21º 0.92% 0.43% -
HSV(B) 39.21º 0.96% 0.83% -
XYZ 36.44 32.92 4.69 -
YUV 146.88 50.19 173.73 -
System Red Green Blue C M Y K H S L
Decimal 211 141 9 0 0.33 0.96 0.17 39.21 0.92 0.43
Hex D3 8D 9 0 21 60 11 27 5C 2B
Octal 323 215 11 0 41 140 21 47 134 53
Binary 11010011 10001101 1001 0 100001 1100000 10001 100111 1011100 101011

Color Harmonies of #D38D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D09

Black with #D38D09

Text Example


Text Example

White with #D38D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D09; }

 p { color: rgb(211,141,9); }

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

background-color css

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

 a { background-color: rgb(211,141,9); }

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

border-color css

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

 span { border-color: rgb(211,141,9); }

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