Html Css Color HEX #DA9304 Gamboge

📋 copy color: '#DA9304'

red 218 ◦ green 147 ◦ blue 4

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

Shades of Gamboge #DA9304

Tints of Gamboge #DA9304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 59.08%
G = 39.84%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA9304 (or 0xDA9304) is known color: Gamboge. HEX triplet: DA, 93 and 04. RGB value is (218,147,4). Sum of RGB (Red+Green+Blue) = 218+147+4=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9304 is #256CFB. Grayscale: #989898. Windows color (decimal): -2452732 or 299994. OLE color: 299994.

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

Color convert

RGB 218 147 4 -
CMYK 0 0.33 0.98 0.15
HSL 40.09º 0.96% 0.44% -
HSV(B) 40.09º 0.98% 0.85% -
XYZ 39.37 35.78 4.95 -
YUV 151.93 44.52 175.13 -
System Red Green Blue C M Y K H S L
Decimal 218 147 4 0 0.33 0.98 0.15 40.09 0.96 0.44
Hex DA 93 4 0 21 62 F 28 60 2C
Octal 332 223 4 0 41 142 17 50 140 54
Binary 11011010 10010011 100 0 100001 1100010 1111 101000 1100000 101100

Color Harmonies of #DA9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9304

Black with #DA9304

Text Example


Text Example

White with #DA9304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9304; }

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

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

background-color css

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

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

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

border-color css

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

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

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