Html Css Color HEX #DA9C04 Gamboge

📋 copy color: '#DA9C04'

red 218 ◦ green 156 ◦ blue 4

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

Shades of Gamboge #DA9C04

Tints of Gamboge #DA9C04

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

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

R = 57.67%
G = 41.27%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA9C04 (or 0xDA9C04) is known color: Gamboge. HEX triplet: DA, 9C and 04. RGB value is (218,156,4). Sum of RGB (Red+Green+Blue) = 218+156+4=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C04 is #2563FB. Grayscale: #9D9D9D. Windows color (decimal): -2450428 or 302298. OLE color: 302298.

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

Color convert

RGB 218 156 4 -
CMYK 0 0.28 0.98 0.15
HSL 42.62º 0.96% 0.44% -
HSV(B) 42.62º 0.98% 0.85% -
XYZ 40.82 38.69 5.43 -
YUV 157.21 41.54 171.36 -
System Red Green Blue C M Y K H S L
Decimal 218 156 4 0 0.28 0.98 0.15 42.62 0.96 0.44
Hex DA 9C 4 0 1C 62 F 2B 60 2C
Octal 332 234 4 0 34 142 17 53 140 54
Binary 11011010 10011100 100 0 11100 1100010 1111 101011 1100000 101100

Color Harmonies of #DA9C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C04

Black with #DA9C04

Text Example


Text Example

White with #DA9C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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