Html Css Color HEX #DA960E Gamboge

📋 copy color: '#DA960E'

red 218 ◦ green 150 ◦ blue 14

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

Shades of Gamboge #DA960E

Tints of Gamboge #DA960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.27%

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 57.07%
G = 39.27%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA960E (or 0xDA960E) is known color: Gamboge. HEX triplet: DA, 96 and 0E. RGB value is (218,150,14). Sum of RGB (Red+Green+Blue) = 218+150+14=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA960E is #2569F1. Grayscale: #9B9B9B. Windows color (decimal): -2451954 or 956122. OLE color: 956122.

HSL color Cylindrical-coordinate representation of color #DA960E: hue angle of 40º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA960E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 14 -
CMYK 0 0.31 0.94 0.15
HSL 40º 0.88% 0.45% -
HSV(B) 40º 0.94% 0.85% -
XYZ 39.9 36.75 5.41 -
YUV 154.83 48.53 173.06 -
System Red Green Blue C M Y K H S L
Decimal 218 150 14 0 0.31 0.94 0.15 40 0.88 0.45
Hex DA 96 E 0 1F 5E F 28 58 2D
Octal 332 226 16 0 37 136 17 50 130 55
Binary 11011010 10010110 1110 0 11111 1011110 1111 101000 1011000 101101

Color Harmonies of #DA960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA960E

Black with #DA960E

Text Example


Text Example

White with #DA960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA960E; }

 p { color: rgb(218,150,14); }

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

background-color css

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

 a { background-color: rgb(218,150,14); }

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

border-color css

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

 span { border-color: rgb(218,150,14); }

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