Html Css Color HEX #DA9108 Gamboge

📋 copy color: '#DA9108'

red 218 ◦ green 145 ◦ blue 8

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

Shades of Gamboge #DA9108

Tints of Gamboge #DA9108

RGB

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

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

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

R = 58.76%
G = 39.08%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA9108 (or 0xDA9108) is known color: Gamboge. HEX triplet: DA, 91 and 08. RGB value is (218,145,8). Sum of RGB (Red+Green+Blue) = 218+145+8=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9108 is #256EF7. Grayscale: #979797. Windows color (decimal): -2453240 or 561626. OLE color: 561626.

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

Color convert

RGB 218 145 8 -
CMYK 0 0.33 0.96 0.15
HSL 39.14º 0.93% 0.44% -
HSV(B) 39.14º 0.96% 0.85% -
XYZ 39.08 35.17 4.96 -
YUV 151.21 47.18 175.64 -
System Red Green Blue C M Y K H S L
Decimal 218 145 8 0 0.33 0.96 0.15 39.14 0.93 0.44
Hex DA 91 8 0 21 60 F 27 5D 2C
Octal 332 221 10 0 41 140 17 47 135 54
Binary 11011010 10010001 1000 0 100001 1100000 1111 100111 1011101 101100

Color Harmonies of #DA9108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9108

Black with #DA9108

Text Example


Text Example

White with #DA9108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9108; }

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

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

background-color css

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

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

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

border-color css

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

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

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