Html Css Color HEX #DA9008 Gamboge

📋 copy color: '#DA9008'

red 218 ◦ green 144 ◦ blue 8

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

Shades of Gamboge #DA9008

Tints of Gamboge #DA9008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.92%

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

R = 58.92%
G = 38.92%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA9008 (or 0xDA9008) is known color: Gamboge. HEX triplet: DA, 90 and 08. RGB value is (218,144,8). Sum of RGB (Red+Green+Blue) = 218+144+8=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9008 is #256FF7. Grayscale: #979797. Windows color (decimal): -2453496 or 561370. OLE color: 561370.

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

Color convert

RGB 218 144 8 -
CMYK 0 0.34 0.96 0.15
HSL 38.86º 0.93% 0.44% -
HSV(B) 38.86º 0.96% 0.85% -
XYZ 38.93 34.87 4.91 -
YUV 150.62 47.52 176.06 -
System Red Green Blue C M Y K H S L
Decimal 218 144 8 0 0.34 0.96 0.15 38.86 0.93 0.44
Hex DA 90 8 0 22 60 F 27 5D 2C
Octal 332 220 10 0 42 140 17 47 135 54
Binary 11011010 10010000 1000 0 100010 1100000 1111 100111 1011101 101100

Color Harmonies of #DA9008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9008

Black with #DA9008

Text Example


Text Example

White with #DA9008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9008; }

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

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

background-color css

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

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

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

border-color css

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

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

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