Html Css Color HEX #DA8C12 Gamboge

📋 copy color: '#DA8C12'

red 218 ◦ green 140 ◦ blue 18

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

Shades of Gamboge #DA8C12

Tints of Gamboge #DA8C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 57.98%
G = 37.23%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA8C12 (or 0xDA8C12) is known color: Gamboge. HEX triplet: DA, 8C and 12. RGB value is (218,140,18). Sum of RGB (Red+Green+Blue) = 218+140+18=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8C12 is #2573ED. Grayscale: #959595. Windows color (decimal): -2454510 or 1215706. OLE color: 1215706.

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

Color convert

RGB 218 140 18 -
CMYK 0 0.36 0.92 0.15
HSL 36.6º 0.85% 0.46% -
HSV(B) 36.6º 0.92% 0.85% -
XYZ 38.4 33.71 5.05 -
YUV 149.41 53.84 176.92 -
System Red Green Blue C M Y K H S L
Decimal 218 140 18 0 0.36 0.92 0.15 36.6 0.85 0.46
Hex DA 8C 12 0 24 5C F 25 55 2E
Octal 332 214 22 0 44 134 17 45 125 56
Binary 11011010 10001100 10010 0 100100 1011100 1111 100101 1010101 101110

Color Harmonies of #DA8C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C12

Black with #DA8C12

Text Example


Text Example

White with #DA8C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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