Html Css Color HEX #DA870D Gamboge

📋 copy color: '#DA870D'

red 218 ◦ green 135 ◦ blue 13

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

Shades of Gamboge #DA870D

Tints of Gamboge #DA870D

RGB

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

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

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

R = 59.56%
G = 36.89%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA870D (or 0xDA870D) is known color: Gamboge. HEX triplet: DA, 87 and 0D. RGB value is (218,135,13). Sum of RGB (Red+Green+Blue) = 218+135+13=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA870D is #2578F2. Grayscale: #929292. Windows color (decimal): -2455795 or 886746. OLE color: 886746.

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

Color convert

RGB 218 135 13 -
CMYK 0 0.38 0.94 0.15
HSL 35.71º 0.89% 0.45% -
HSV(B) 35.71º 0.94% 0.85% -
XYZ 37.65 32.26 4.62 -
YUV 145.91 53 179.42 -
System Red Green Blue C M Y K H S L
Decimal 218 135 13 0 0.38 0.94 0.15 35.71 0.89 0.45
Hex DA 87 D 0 26 5E F 24 59 2D
Octal 332 207 15 0 46 136 17 44 131 55
Binary 11011010 10000111 1101 0 100110 1011110 1111 100100 1011001 101101

Color Harmonies of #DA870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA870D

Black with #DA870D

Text Example


Text Example

White with #DA870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA870D; }

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

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

background-color css

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

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

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

border-color css

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

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

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