Html Css Color HEX #DA8D08 Gamboge

📋 copy color: '#DA8D08'

red 218 ◦ green 141 ◦ blue 8

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

Shades of Gamboge #DA8D08

Tints of Gamboge #DA8D08

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.42%

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

R = 59.4%
G = 38.42%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA8D08 (or 0xDA8D08) is known color: Gamboge. HEX triplet: DA, 8D and 08. RGB value is (218,141,8). Sum of RGB (Red+Green+Blue) = 218+141+8=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D08 is #2572F7. Grayscale: #959595. Windows color (decimal): -2454264 or 560602. OLE color: 560602.

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

Color convert

RGB 218 141 8 -
CMYK 0 0.35 0.96 0.15
HSL 38º 0.93% 0.44% -
HSV(B) 38º 0.96% 0.85% -
XYZ 38.48 33.97 4.76 -
YUV 148.86 48.51 177.31 -
System Red Green Blue C M Y K H S L
Decimal 218 141 8 0 0.35 0.96 0.15 38 0.93 0.44
Hex DA 8D 8 0 23 60 F 26 5D 2C
Octal 332 215 10 0 43 140 17 46 135 54
Binary 11011010 10001101 1000 0 100011 1100000 1111 100110 1011101 101100

Color Harmonies of #DA8D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D08

Black with #DA8D08

Text Example


Text Example

White with #DA8D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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