Html Css Color HEX #DA9803 Gamboge

📋 copy color: '#DA9803'

red 218 ◦ green 152 ◦ blue 3

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

Shades of Gamboge #DA9803

Tints of Gamboge #DA9803

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 58.45%
G = 40.75%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA9803 (or 0xDA9803) is known color: Gamboge. HEX triplet: DA, 98 and 03. RGB value is (218,152,3). Sum of RGB (Red+Green+Blue) = 218+152+3=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9803 is #2567FC. Grayscale: #9B9B9B. Windows color (decimal): -2451453 or 235738. OLE color: 235738.

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

Color convert

RGB 218 152 3 -
CMYK 0 0.30 0.99 0.15
HSL 41.58º 0.97% 0.43% -
HSV(B) 41.58º 0.99% 0.85% -
XYZ 40.16 37.37 5.18 -
YUV 154.75 42.37 173.12 -
System Red Green Blue C M Y K H S L
Decimal 218 152 3 0 0.30 0.99 0.15 41.58 0.97 0.43
Hex DA 98 3 0 1E 63 F 2A 61 2B
Octal 332 230 3 0 36 143 17 52 141 53
Binary 11011010 10011000 11 0 11110 1100011 1111 101010 1100001 101011

Color Harmonies of #DA9803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9803

Black with #DA9803

Text Example


Text Example

White with #DA9803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9803; }

 p { color: rgb(218,152,3); }

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

background-color css

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

 a { background-color: rgb(218,152,3); }

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

border-color css

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

 span { border-color: rgb(218,152,3); }

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