Html Css Color HEX #DA9402 Gamboge

📋 copy color: '#DA9402'

red 218 ◦ green 148 ◦ blue 2

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

Shades of Gamboge #DA9402

Tints of Gamboge #DA9402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 59.24%
G = 40.22%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA9402 (or 0xDA9402) is known color: Gamboge. HEX triplet: DA, 94 and 02. RGB value is (218,148,2). Sum of RGB (Red+Green+Blue) = 218+148+2=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9402 is #256BFD. Grayscale: #989898. Windows color (decimal): -2452478 or 169178. OLE color: 169178.

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

Color convert

RGB 218 148 2 -
CMYK 0 0.32 0.99 0.15
HSL 40.56º 0.98% 0.43% -
HSV(B) 40.56º 0.99% 0.85% -
XYZ 39.51 36.09 4.94 -
YUV 152.29 43.19 174.87 -
System Red Green Blue C M Y K H S L
Decimal 218 148 2 0 0.32 0.99 0.15 40.56 0.98 0.43
Hex DA 94 2 0 20 63 F 29 62 2B
Octal 332 224 2 0 40 143 17 51 142 53
Binary 11011010 10010100 10 0 100000 1100011 1111 101001 1100010 101011

Color Harmonies of #DA9402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9402

Black with #DA9402

Text Example


Text Example

White with #DA9402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9402; }

 p { color: rgb(218,148,2); }

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

background-color css

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

 a { background-color: rgb(218,148,2); }

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

border-color css

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

 span { border-color: rgb(218,148,2); }

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