Html Css Color HEX #DA9902 Gamboge

📋 copy color: '#DA9902'

red 218 ◦ green 153 ◦ blue 2

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

Shades of Gamboge #DA9902

Tints of Gamboge #DA9902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

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

R = 58.45%
G = 41.02%
B = 0.54%

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

#DA9902 (or 0xDA9902) is known color: Gamboge. HEX triplet: DA, 99 and 02. RGB value is (218,153,2). Sum of RGB (Red+Green+Blue) = 218+153+2=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9902 is #2566FD. Grayscale: #9B9B9B. Windows color (decimal): -2451198 or 170458. OLE color: 170458.

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

Color convert

RGB 218 153 2 -
CMYK 0 0.30 0.99 0.15
HSL 41.94º 0.98% 0.43% -
HSV(B) 41.94º 0.99% 0.85% -
XYZ 40.32 37.69 5.21 -
YUV 155.22 41.53 172.78 -
System Red Green Blue C M Y K H S L
Decimal 218 153 2 0 0.30 0.99 0.15 41.94 0.98 0.43
Hex DA 99 2 0 1E 63 F 2A 62 2B
Octal 332 231 2 0 36 143 17 52 142 53
Binary 11011010 10011001 10 0 11110 1100011 1111 101010 1100010 101011

Color Harmonies of #DA9902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9902

Black with #DA9902

Text Example


Text Example

White with #DA9902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9902; }

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

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

background-color css

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

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

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

border-color css

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

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

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