Html Css Color HEX #DA8D04 Gamboge

📋 copy color: '#DA8D04'

red 218 ◦ green 141 ◦ blue 4

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

Shades of Gamboge #DA8D04

Tints of Gamboge #DA8D04

RGB

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

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

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

R = 60.06%
G = 38.84%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA8D04 (or 0xDA8D04) is known color: Gamboge. HEX triplet: DA, 8D and 04. RGB value is (218,141,4). Sum of RGB (Red+Green+Blue) = 218+141+4=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D04 is #2572FB. Grayscale: #959595. Windows color (decimal): -2454268 or 298458. OLE color: 298458.

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

Color convert

RGB 218 141 4 -
CMYK 0 0.35 0.98 0.15
HSL 38.41º 0.96% 0.44% -
HSV(B) 38.41º 0.98% 0.85% -
XYZ 38.46 33.96 4.64 -
YUV 148.41 46.51 177.64 -
System Red Green Blue C M Y K H S L
Decimal 218 141 4 0 0.35 0.98 0.15 38.41 0.96 0.44
Hex DA 8D 4 0 23 62 F 26 60 2C
Octal 332 215 4 0 43 142 17 46 140 54
Binary 11011010 10001101 100 0 100011 1100010 1111 100110 1100000 101100

Color Harmonies of #DA8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D04

Black with #DA8D04

Text Example


Text Example

White with #DA8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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