Html Css Color HEX #DA9100 Gamboge

📋 copy color: '#DA9100'

red 218 ◦ green 145 ◦ blue 0

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

Shades of Gamboge #DA9100

Tints of Gamboge #DA9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.06%
G = 39.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA9100 (or 0xDA9100) is known color: Gamboge. HEX triplet: DA, 91 and 00. RGB value is (218,145,0). Sum of RGB (Red+Green+Blue) = 218+145+0=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9100 is #256EFF. Grayscale: #969696. Windows color (decimal): -2453248 or 37338. OLE color: 37338.

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

Color convert

RGB 218 145 0 -
CMYK 0 0.33 1 0.15
HSL 39.91º 1% 0.43% -
HSV(B) 39.91º 1% 0.85% -
XYZ 39.04 35.16 4.73 -
YUV 150.3 43.18 176.29 -
System Red Green Blue C M Y K H S L
Decimal 218 145 0 0 0.33 1 0.15 39.91 1 0.43
Hex DA 91 0 0 21 64 F 28 64 2B
Octal 332 221 0 0 41 144 17 50 144 53
Binary 11011010 10010001 0 0 100001 1100100 1111 101000 1100100 101011

Color Harmonies of #DA9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9100

Black with #DA9100

Text Example


Text Example

White with #DA9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9100; }

 p { color: rgb(218,145,0); }

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

background-color css

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

 a { background-color: rgb(218,145,0); }

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

border-color css

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

 span { border-color: rgb(218,145,0); }

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