Html Css Color HEX #DA8705 Gamboge

📋 copy color: '#DA8705'

red 218 ◦ green 135 ◦ blue 5

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

Shades of Gamboge #DA8705

Tints of Gamboge #DA8705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 60.89%
G = 37.71%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA8705 (or 0xDA8705) is known color: Gamboge. HEX triplet: DA, 87 and 05. RGB value is (218,135,5). Sum of RGB (Red+Green+Blue) = 218+135+5=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8705 is #2578FA. Grayscale: #919191. Windows color (decimal): -2455803 or 362458. OLE color: 362458.

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

Color convert

RGB 218 135 5 -
CMYK 0 0.38 0.98 0.15
HSL 36.62º 0.96% 0.44% -
HSV(B) 36.62º 0.98% 0.85% -
XYZ 37.6 32.24 4.39 -
YUV 145 49 180.07 -
System Red Green Blue C M Y K H S L
Decimal 218 135 5 0 0.38 0.98 0.15 36.62 0.96 0.44
Hex DA 87 5 0 26 62 F 25 60 2C
Octal 332 207 5 0 46 142 17 45 140 54
Binary 11011010 10000111 101 0 100110 1100010 1111 100101 1100000 101100

Color Harmonies of #DA8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8705

Black with #DA8705

Text Example


Text Example

White with #DA8705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8705; }

 p { color: rgb(218,135,5); }

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

background-color css

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

 a { background-color: rgb(218,135,5); }

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

border-color css

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

 span { border-color: rgb(218,135,5); }

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