Html Css Color HEX #DA8D14 Gamboge

📋 copy color: '#DA8D14'

red 218 ◦ green 141 ◦ blue 20

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

Shades of Gamboge #DA8D14

Tints of Gamboge #DA8D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

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

R = 57.52%
G = 37.2%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA8D14 (or 0xDA8D14) is known color: Gamboge. HEX triplet: DA, 8D and 14. RGB value is (218,141,20). Sum of RGB (Red+Green+Blue) = 218+141+20=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D14 is #2572EB. Grayscale: #969696. Windows color (decimal): -2454252 or 1347034. OLE color: 1347034.

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

Color convert

RGB 218 141 20 -
CMYK 0 0.35 0.91 0.15
HSL 36.67º 0.83% 0.47% -
HSV(B) 36.67º 0.91% 0.85% -
XYZ 38.56 34.01 5.19 -
YUV 150.23 54.51 176.34 -
System Red Green Blue C M Y K H S L
Decimal 218 141 20 0 0.35 0.91 0.15 36.67 0.83 0.47
Hex DA 8D 14 0 23 5B F 25 53 2F
Octal 332 215 24 0 43 133 17 45 123 57
Binary 11011010 10001101 10100 0 100011 1011011 1111 100101 1010011 101111

Color Harmonies of #DA8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D14

Black with #DA8D14

Text Example


Text Example

White with #DA8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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