Html Css Color HEX #DA8908 Gamboge

📋 copy color: '#DA8908'

red 218 ◦ green 137 ◦ blue 8

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

Shades of Gamboge #DA8908

Tints of Gamboge #DA8908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 60.06%
G = 37.74%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA8908 (or 0xDA8908) is known color: Gamboge. HEX triplet: DA, 89 and 08. RGB value is (218,137,8). Sum of RGB (Red+Green+Blue) = 218+137+8=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8908 is #2576F7. Grayscale: #939393. Windows color (decimal): -2455288 or 559578. OLE color: 559578.

HSL color Cylindrical-coordinate representation of color #DA8908: hue angle of 36.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA8908 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 137 8 -
CMYK 0 0.37 0.96 0.15
HSL 36.86º 0.93% 0.44% -
HSV(B) 36.86º 0.96% 0.85% -
XYZ 37.9 32.81 4.57 -
YUV 146.51 49.84 178.99 -
System Red Green Blue C M Y K H S L
Decimal 218 137 8 0 0.37 0.96 0.15 36.86 0.93 0.44
Hex DA 89 8 0 25 60 F 25 5D 2C
Octal 332 211 10 0 45 140 17 45 135 54
Binary 11011010 10001001 1000 0 100101 1100000 1111 100101 1011101 101100

Color Harmonies of #DA8908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8908

Black with #DA8908

Text Example


Text Example

White with #DA8908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8908; }

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

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

background-color css

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

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

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

border-color css

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

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

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