Html Css Color HEX #DA930F Gamboge

📋 copy color: '#DA930F'

red 218 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #DA930F

Tints of Gamboge #DA930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

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

R = 57.37%
G = 38.68%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA930F (or 0xDA930F) is known color: Gamboge. HEX triplet: DA, 93 and 0F. RGB value is (218,147,15). Sum of RGB (Red+Green+Blue) = 218+147+15=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA930F is #256CF0. Grayscale: #999999. Windows color (decimal): -2452721 or 1020890. OLE color: 1020890.

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

Color convert

RGB 218 147 15 -
CMYK 0 0.33 0.93 0.15
HSL 39.01º 0.87% 0.46% -
HSV(B) 39.01º 0.93% 0.85% -
XYZ 39.43 35.81 5.29 -
YUV 153.18 50.02 174.23 -
System Red Green Blue C M Y K H S L
Decimal 218 147 15 0 0.33 0.93 0.15 39.01 0.87 0.46
Hex DA 93 F 0 21 5D F 27 57 2E
Octal 332 223 17 0 41 135 17 47 127 56
Binary 11011010 10010011 1111 0 100001 1011101 1111 100111 1010111 101110

Color Harmonies of #DA930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA930F

Black with #DA930F

Text Example


Text Example

White with #DA930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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