Html Css Color HEX #DA980F Gamboge

📋 copy color: '#DA980F'

red 218 ◦ green 152 ◦ blue 15

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

Shades of Gamboge #DA980F

Tints of Gamboge #DA980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.48%

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

R = 56.62%
G = 39.48%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA980F (or 0xDA980F) is known color: Gamboge. HEX triplet: DA, 98 and 0F. RGB value is (218,152,15). Sum of RGB (Red+Green+Blue) = 218+152+15=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA980F is #2567F0. Grayscale: #9C9C9C. Windows color (decimal): -2451441 or 1022170. OLE color: 1022170.

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

Color convert

RGB 218 152 15 -
CMYK 0 0.30 0.93 0.15
HSL 40.49º 0.87% 0.46% -
HSV(B) 40.49º 0.93% 0.85% -
XYZ 40.23 37.4 5.55 -
YUV 156.12 48.37 172.14 -
System Red Green Blue C M Y K H S L
Decimal 218 152 15 0 0.30 0.93 0.15 40.49 0.87 0.46
Hex DA 98 F 0 1E 5D F 28 57 2E
Octal 332 230 17 0 36 135 17 50 127 56
Binary 11011010 10011000 1111 0 11110 1011101 1111 101000 1010111 101110

Color Harmonies of #DA980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA980F

Black with #DA980F

Text Example


Text Example

White with #DA980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA980F; }

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

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

background-color css

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

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

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

border-color css

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

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

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