Html Css Color HEX #DA9302 Gamboge

📋 copy color: '#DA9302'

red 218 ◦ green 147 ◦ blue 2

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

Shades of Gamboge #DA9302

Tints of Gamboge #DA9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.05%

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

R = 59.4%
G = 40.05%
B = 0.54%

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

#DA9302 (or 0xDA9302) is known color: Gamboge. HEX triplet: DA, 93 and 02. RGB value is (218,147,2). Sum of RGB (Red+Green+Blue) = 218+147+2=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9302 is #256CFD. Grayscale: #989898. Windows color (decimal): -2452734 or 168922. OLE color: 168922.

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

Color convert

RGB 218 147 2 -
CMYK 0 0.33 0.99 0.15
HSL 40.28º 0.98% 0.43% -
HSV(B) 40.28º 0.99% 0.85% -
XYZ 39.36 35.78 4.89 -
YUV 151.7 43.52 175.29 -
System Red Green Blue C M Y K H S L
Decimal 218 147 2 0 0.33 0.99 0.15 40.28 0.98 0.43
Hex DA 93 2 0 21 63 F 28 62 2B
Octal 332 223 2 0 41 143 17 50 142 53
Binary 11011010 10010011 10 0 100001 1100011 1111 101000 1100010 101011

Color Harmonies of #DA9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9302

Black with #DA9302

Text Example


Text Example

White with #DA9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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