Html Css Color HEX #DA8614 Gamboge

📋 copy color: '#DA8614'

red 218 ◦ green 134 ◦ blue 20

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

Shades of Gamboge #DA8614

Tints of Gamboge #DA8614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 58.6%
G = 36.02%
B = 5.38%

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

#DA8614 (or 0xDA8614) is known color: Gamboge. HEX triplet: DA, 86 and 14. RGB value is (218,134,20). Sum of RGB (Red+Green+Blue) = 218+134+20=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8614 is #2579EB. Grayscale: #929292. Windows color (decimal): -2456044 or 1345242. OLE color: 1345242.

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

Color convert

RGB 218 134 20 -
CMYK 0 0.39 0.91 0.15
HSL 34.55º 0.83% 0.47% -
HSV(B) 34.55º 0.91% 0.85% -
XYZ 37.56 32.01 4.86 -
YUV 146.12 56.83 179.27 -
System Red Green Blue C M Y K H S L
Decimal 218 134 20 0 0.39 0.91 0.15 34.55 0.83 0.47
Hex DA 86 14 0 27 5B F 23 53 2F
Octal 332 206 24 0 47 133 17 43 123 57
Binary 11011010 10000110 10100 0 100111 1011011 1111 100011 1010011 101111

Color Harmonies of #DA8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8614

Black with #DA8614

Text Example


Text Example

White with #DA8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8614; }

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

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

background-color css

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

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

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

border-color css

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

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

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