Html Css Color HEX #DA9C0F Gamboge

📋 copy color: '#DA9C0F'

red 218 ◦ green 156 ◦ blue 15

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

Shades of Gamboge #DA9C0F

Tints of Gamboge #DA9C0F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.1%

 BLUE value IS 15 (6.25% from 255) = 3.86%

R = 56.04%
G = 40.1%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA9C0F (or 0xDA9C0F) is known color: Gamboge. HEX triplet: DA, 9C and 0F. RGB value is (218,156,15). Sum of RGB (Red+Green+Blue) = 218+156+15=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C0F is #2563F0. Grayscale: #9F9F9F. Windows color (decimal): -2450417 or 1023194. OLE color: 1023194.

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

Color convert

RGB 218 156 15 -
CMYK 0 0.28 0.93 0.15
HSL 41.67º 0.87% 0.46% -
HSV(B) 41.67º 0.93% 0.85% -
XYZ 40.89 38.72 5.77 -
YUV 158.46 47.04 170.46 -
System Red Green Blue C M Y K H S L
Decimal 218 156 15 0 0.28 0.93 0.15 41.67 0.87 0.46
Hex DA 9C F 0 1C 5D F 2A 57 2E
Octal 332 234 17 0 34 135 17 52 127 56
Binary 11011010 10011100 1111 0 11100 1011101 1111 101010 1010111 101110

Color Harmonies of #DA9C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C0F

Black with #DA9C0F

Text Example


Text Example

White with #DA9C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C0F; }

 p { color: rgb(218,156,15); }

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

background-color css

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

 a { background-color: rgb(218,156,15); }

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

border-color css

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

 span { border-color: rgb(218,156,15); }

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