Html Css Color HEX #DA9102 Gamboge

📋 copy color: '#DA9102'

red 218 ◦ green 145 ◦ blue 2

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

Shades of Gamboge #DA9102

Tints of Gamboge #DA9102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

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

R = 59.73%
G = 39.73%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA9102 (or 0xDA9102) is known color: Gamboge. HEX triplet: DA, 91 and 02. RGB value is (218,145,2). Sum of RGB (Red+Green+Blue) = 218+145+2=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9102 is #256EFD. Grayscale: #979797. Windows color (decimal): -2453246 or 168410. OLE color: 168410.

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

Color convert

RGB 218 145 2 -
CMYK 0 0.33 0.99 0.15
HSL 39.72º 0.98% 0.43% -
HSV(B) 39.72º 0.99% 0.85% -
XYZ 39.05 35.16 4.79 -
YUV 150.53 44.18 176.13 -
System Red Green Blue C M Y K H S L
Decimal 218 145 2 0 0.33 0.99 0.15 39.72 0.98 0.43
Hex DA 91 2 0 21 63 F 28 62 2B
Octal 332 221 2 0 41 143 17 50 142 53
Binary 11011010 10010001 10 0 100001 1100011 1111 101000 1100010 101011

Color Harmonies of #DA9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9102

Black with #DA9102

Text Example


Text Example

White with #DA9102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9102; }

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

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

background-color css

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

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

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

border-color css

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

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

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