Html Css Color HEX #DA840D Gamboge

📋 copy color: '#DA840D'

red 218 ◦ green 132 ◦ blue 13

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

Shades of Gamboge #DA840D

Tints of Gamboge #DA840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 13 (5.47% from 255) = 3.58%

R = 60.06%
G = 36.36%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA840D (or 0xDA840D) is known color: Gamboge. HEX triplet: DA, 84 and 0D. RGB value is (218,132,13). Sum of RGB (Red+Green+Blue) = 218+132+13=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA840D is #257BF2. Grayscale: #909090. Windows color (decimal): -2456563 or 885978. OLE color: 885978.

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

Color convert

RGB 218 132 13 -
CMYK 0 0.39 0.94 0.15
HSL 34.83º 0.89% 0.45% -
HSV(B) 34.83º 0.94% 0.85% -
XYZ 37.24 31.44 4.49 -
YUV 144.15 53.99 180.68 -
System Red Green Blue C M Y K H S L
Decimal 218 132 13 0 0.39 0.94 0.15 34.83 0.89 0.45
Hex DA 84 D 0 27 5E F 23 59 2D
Octal 332 204 15 0 47 136 17 43 131 55
Binary 11011010 10000100 1101 0 100111 1011110 1111 100011 1011001 101101

Color Harmonies of #DA840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA840D

Black with #DA840D

Text Example


Text Example

White with #DA840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA840D; }

 p { color: rgb(218,132,13); }

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

background-color css

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

 a { background-color: rgb(218,132,13); }

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

border-color css

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

 span { border-color: rgb(218,132,13); }

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