Html Css Color HEX #DA880A Gamboge

📋 copy color: '#DA880A'

red 218 ◦ green 136 ◦ blue 10

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

Shades of Gamboge #DA880A

Tints of Gamboge #DA880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 59.89%
G = 37.36%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA880A (or 0xDA880A) is known color: Gamboge. HEX triplet: DA, 88 and 0A. RGB value is (218,136,10). Sum of RGB (Red+Green+Blue) = 218+136+10=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA880A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA880A is #2577F5. Grayscale: #929292. Windows color (decimal): -2455542 or 690394. OLE color: 690394.

HSL color Cylindrical-coordinate representation of color #DA880A: hue angle of 36.35º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA880A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 136 10 -
CMYK 0 0.38 0.95 0.15
HSL 36.35º 0.91% 0.45% -
HSV(B) 36.35º 0.95% 0.85% -
XYZ 37.77 32.54 4.58 -
YUV 146.15 51.17 179.25 -
System Red Green Blue C M Y K H S L
Decimal 218 136 10 0 0.38 0.95 0.15 36.35 0.91 0.45
Hex DA 88 A 0 26 5F F 24 5B 2D
Octal 332 210 12 0 46 137 17 44 133 55
Binary 11011010 10001000 1010 0 100110 1011111 1111 100100 1011011 101101

Color Harmonies of #DA880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA880A

Black with #DA880A

Text Example


Text Example

White with #DA880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA880A; }

 p { color: rgb(218,136,10); }

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

background-color css

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

 a { background-color: rgb(218,136,10); }

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

border-color css

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

 span { border-color: rgb(218,136,10); }

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