Html Css Color HEX #DA9608 Gamboge

📋 copy color: '#DA9608'

red 218 ◦ green 150 ◦ blue 8

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

Shades of Gamboge #DA9608

Tints of Gamboge #DA9608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 57.98%
G = 39.89%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA9608 (or 0xDA9608) is known color: Gamboge. HEX triplet: DA, 96 and 08. RGB value is (218,150,8). Sum of RGB (Red+Green+Blue) = 218+150+8=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9608 is #2569F7. Grayscale: #9A9A9A. Windows color (decimal): -2451960 or 562906. OLE color: 562906.

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

Color convert

RGB 218 150 8 -
CMYK 0 0.31 0.96 0.15
HSL 40.57º 0.93% 0.44% -
HSV(B) 40.57º 0.96% 0.85% -
XYZ 39.86 36.74 5.22 -
YUV 154.14 45.53 173.55 -
System Red Green Blue C M Y K H S L
Decimal 218 150 8 0 0.31 0.96 0.15 40.57 0.93 0.44
Hex DA 96 8 0 1F 60 F 29 5D 2C
Octal 332 226 10 0 37 140 17 51 135 54
Binary 11011010 10010110 1000 0 11111 1100000 1111 101001 1011101 101100

Color Harmonies of #DA9608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9608

Black with #DA9608

Text Example


Text Example

White with #DA9608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9608; }

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

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

background-color css

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

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

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

border-color css

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

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

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