Html Css Color HEX #DA8902 Gamboge

📋 copy color: '#DA8902'

red 218 ◦ green 137 ◦ blue 2

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

Shades of Gamboge #DA8902

Tints of Gamboge #DA8902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.38%

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

R = 61.06%
G = 38.38%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA8902 (or 0xDA8902) is known color: Gamboge. HEX triplet: DA, 89 and 02. RGB value is (218,137,2). Sum of RGB (Red+Green+Blue) = 218+137+2=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8902 is #2576FD. Grayscale: #929292. Windows color (decimal): -2455294 or 166362. OLE color: 166362.

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

Color convert

RGB 218 137 2 -
CMYK 0 0.37 0.99 0.15
HSL 37.5º 0.98% 0.43% -
HSV(B) 37.5º 0.99% 0.85% -
XYZ 37.87 32.8 4.39 -
YUV 145.83 46.84 179.48 -
System Red Green Blue C M Y K H S L
Decimal 218 137 2 0 0.37 0.99 0.15 37.5 0.98 0.43
Hex DA 89 2 0 25 63 F 26 62 2B
Octal 332 211 2 0 45 143 17 46 142 53
Binary 11011010 10001001 10 0 100101 1100011 1111 100110 1100010 101011

Color Harmonies of #DA8902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8902

Black with #DA8902

Text Example


Text Example

White with #DA8902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8902; }

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

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

background-color css

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

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

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

border-color css

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

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

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