Html Css Color HEX #DA9309 Gamboge

📋 copy color: '#DA9309'

red 218 ◦ green 147 ◦ blue 9

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

Shades of Gamboge #DA9309

Tints of Gamboge #DA9309

RGB

 RED value IS 218 (85.55% from 255) = 58.29%

 GREEN value IS 147 (57.81% from 255) = 39.3%

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

R = 58.29%
G = 39.3%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA9309 (or 0xDA9309) is known color: Gamboge. HEX triplet: DA, 93 and 09. RGB value is (218,147,9). Sum of RGB (Red+Green+Blue) = 218+147+9=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9309 is #256CF6. Grayscale: #999999. Windows color (decimal): -2452727 or 627674. OLE color: 627674.

HSL color Cylindrical-coordinate representation of color #DA9309: hue angle of 39.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA9309 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 147 9 -
CMYK 0 0.33 0.96 0.15
HSL 39.62º 0.92% 0.45% -
HSV(B) 39.62º 0.96% 0.85% -
XYZ 39.4 35.79 5.09 -
YUV 152.5 47.02 174.72 -
System Red Green Blue C M Y K H S L
Decimal 218 147 9 0 0.33 0.96 0.15 39.62 0.92 0.45
Hex DA 93 9 0 21 60 F 28 5C 2D
Octal 332 223 11 0 41 140 17 50 134 55
Binary 11011010 10010011 1001 0 100001 1100000 1111 101000 1011100 101101

Color Harmonies of #DA9309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9309

Black with #DA9309

Text Example


Text Example

White with #DA9309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9309; }

 p { color: rgb(218,147,9); }

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

background-color css

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

 a { background-color: rgb(218,147,9); }

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

border-color css

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

 span { border-color: rgb(218,147,9); }

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