Html Css Color HEX #DA9003 Gamboge

📋 copy color: '#DA9003'

red 218 ◦ green 144 ◦ blue 3

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

Shades of Gamboge #DA9003

Tints of Gamboge #DA9003

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 59.73%
G = 39.45%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA9003 (or 0xDA9003) is known color: Gamboge. HEX triplet: DA, 90 and 03. RGB value is (218,144,3). Sum of RGB (Red+Green+Blue) = 218+144+3=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9003 is #256FFC. Grayscale: #969696. Windows color (decimal): -2453501 or 233690. OLE color: 233690.

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

Color convert

RGB 218 144 3 -
CMYK 0 0.34 0.99 0.15
HSL 39.35º 0.97% 0.43% -
HSV(B) 39.35º 0.99% 0.85% -
XYZ 38.9 34.86 4.76 -
YUV 150.05 45.02 176.46 -
System Red Green Blue C M Y K H S L
Decimal 218 144 3 0 0.34 0.99 0.15 39.35 0.97 0.43
Hex DA 90 3 0 22 63 F 27 61 2B
Octal 332 220 3 0 42 143 17 47 141 53
Binary 11011010 10010000 11 0 100010 1100011 1111 100111 1100001 101011

Color Harmonies of #DA9003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9003

Black with #DA9003

Text Example


Text Example

White with #DA9003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9003; }

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

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

background-color css

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

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

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

border-color css

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

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

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