Html Css Color HEX #D38A09 Gamboge

📋 copy color: '#D38A09'

red 211 ◦ green 138 ◦ blue 9

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

Shades of Gamboge #D38A09

Tints of Gamboge #D38A09

RGB

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

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

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

R = 58.94%
G = 38.55%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D38A09 (or 0xD38A09) is known color: Gamboge. HEX triplet: D3, 8A and 09. RGB value is (211,138,9). Sum of RGB (Red+Green+Blue) = 211+138+9=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A09 is #2C75F6. Grayscale: #919191. Windows color (decimal): -2913783 or 625363. OLE color: 625363.

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

Color convert

RGB 211 138 9 -
CMYK 0 0.35 0.96 0.17
HSL 38.32º 0.92% 0.43% -
HSV(B) 38.32º 0.96% 0.83% -
XYZ 36 32.05 4.55 -
YUV 145.12 51.18 174.99 -
System Red Green Blue C M Y K H S L
Decimal 211 138 9 0 0.35 0.96 0.17 38.32 0.92 0.43
Hex D3 8A 9 0 23 60 11 26 5C 2B
Octal 323 212 11 0 43 140 21 46 134 53
Binary 11010011 10001010 1001 0 100011 1100000 10001 100110 1011100 101011

Color Harmonies of #D38A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A09

Black with #D38A09

Text Example


Text Example

White with #D38A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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