Html Css Color HEX #DA940F Gamboge

📋 copy color: '#DA940F'

red 218 ◦ green 148 ◦ blue 15

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

Shades of Gamboge #DA940F

Tints of Gamboge #DA940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

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

R = 57.22%
G = 38.85%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA940F (or 0xDA940F) is known color: Gamboge. HEX triplet: DA, 94 and 0F. RGB value is (218,148,15). Sum of RGB (Red+Green+Blue) = 218+148+15=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA940F is #256BF0. Grayscale: #9A9A9A. Windows color (decimal): -2452465 or 1021146. OLE color: 1021146.

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

Color convert

RGB 218 148 15 -
CMYK 0 0.32 0.93 0.15
HSL 39.31º 0.87% 0.46% -
HSV(B) 39.31º 0.93% 0.85% -
XYZ 39.59 36.12 5.34 -
YUV 153.77 49.69 173.81 -
System Red Green Blue C M Y K H S L
Decimal 218 148 15 0 0.32 0.93 0.15 39.31 0.87 0.46
Hex DA 94 F 0 20 5D F 27 57 2E
Octal 332 224 17 0 40 135 17 47 127 56
Binary 11011010 10010100 1111 0 100000 1011101 1111 100111 1010111 101110

Color Harmonies of #DA940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA940F

Black with #DA940F

Text Example


Text Example

White with #DA940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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