Html Css Color HEX #DA8613 Gamboge

📋 copy color: '#DA8613'

red 218 ◦ green 134 ◦ blue 19

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

Shades of Gamboge #DA8613

Tints of Gamboge #DA8613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 19 (7.81% from 255) = 5.12%

R = 58.76%
G = 36.12%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA8613 (or 0xDA8613) is known color: Gamboge. HEX triplet: DA, 86 and 13. RGB value is (218,134,19). Sum of RGB (Red+Green+Blue) = 218+134+19=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8613 is #2579EC. Grayscale: #929292. Windows color (decimal): -2456045 or 1279706. OLE color: 1279706.

HSL color Cylindrical-coordinate representation of color #DA8613: hue angle of 34.67º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA8613 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 19 -
CMYK 0 0.39 0.91 0.15
HSL 34.67º 0.84% 0.46% -
HSV(B) 34.67º 0.91% 0.85% -
XYZ 37.56 32 4.81 -
YUV 146.01 56.33 179.35 -
System Red Green Blue C M Y K H S L
Decimal 218 134 19 0 0.39 0.91 0.15 34.67 0.84 0.46
Hex DA 86 13 0 27 5B F 23 54 2E
Octal 332 206 23 0 47 133 17 43 124 56
Binary 11011010 10000110 10011 0 100111 1011011 1111 100011 1010100 101110

Color Harmonies of #DA8613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8613

Black with #DA8613

Text Example


Text Example

White with #DA8613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8613; }

 p { color: rgb(218,134,19); }

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

background-color css

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

 a { background-color: rgb(218,134,19); }

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

border-color css

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

 span { border-color: rgb(218,134,19); }

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