Html Css Color HEX #DA8C16 Gamboge

📋 copy color: '#DA8C16'

red 218 ◦ green 140 ◦ blue 22

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

Shades of Gamboge #DA8C16

Tints of Gamboge #DA8C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

 BLUE value IS 22 (8.98% from 255) = 5.79%

R = 57.37%
G = 36.84%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA8C16 (or 0xDA8C16) is known color: Gamboge. HEX triplet: DA, 8C and 16. RGB value is (218,140,22). Sum of RGB (Red+Green+Blue) = 218+140+22=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8C16 is #2573E9. Grayscale: #969696. Windows color (decimal): -2454506 or 1477850. OLE color: 1477850.

HSL color Cylindrical-coordinate representation of color #DA8C16: hue angle of 36.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA8C16 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 140 22 -
CMYK 0 0.36 0.90 0.15
HSL 36.12º 0.82% 0.47% -
HSV(B) 36.12º 0.9% 0.85% -
XYZ 38.44 33.72 5.24 -
YUV 149.87 55.84 176.59 -
System Red Green Blue C M Y K H S L
Decimal 218 140 22 0 0.36 0.90 0.15 36.12 0.82 0.47
Hex DA 8C 16 0 24 5A F 24 52 2F
Octal 332 214 26 0 44 132 17 44 122 57
Binary 11011010 10001100 10110 0 100100 1011010 1111 100100 1010010 101111

Color Harmonies of #DA8C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C16

Black with #DA8C16

Text Example


Text Example

White with #DA8C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C16; }

 p { color: rgb(218,140,22); }

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

background-color css

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

 a { background-color: rgb(218,140,22); }

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

border-color css

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

 span { border-color: rgb(218,140,22); }

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