Html Css Color HEX #DA960C Gamboge

📋 copy color: '#DA960C'

red 218 ◦ green 150 ◦ blue 12

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

Shades of Gamboge #DA960C

Tints of Gamboge #DA960C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 57.37%
G = 39.47%
B = 3.16%

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

#DA960C (or 0xDA960C) is known color: Gamboge. HEX triplet: DA, 96 and 0C. RGB value is (218,150,12). Sum of RGB (Red+Green+Blue) = 218+150+12=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA960C is #2569F3. Grayscale: #9B9B9B. Windows color (decimal): -2451956 or 825050. OLE color: 825050.

HSL color Cylindrical-coordinate representation of color #DA960C: hue angle of 40.19º degrees, saturation: 0.9, 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 #DA960C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 12 -
CMYK 0 0.31 0.94 0.15
HSL 40.19º 0.9% 0.45% -
HSV(B) 40.19º 0.94% 0.85% -
XYZ 39.89 36.74 5.34 -
YUV 154.6 47.53 173.22 -
System Red Green Blue C M Y K H S L
Decimal 218 150 12 0 0.31 0.94 0.15 40.19 0.9 0.45
Hex DA 96 C 0 1F 5E F 28 5A 2D
Octal 332 226 14 0 37 136 17 50 132 55
Binary 11011010 10010110 1100 0 11111 1011110 1111 101000 1011010 101101

Color Harmonies of #DA960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA960C

Black with #DA960C

Text Example


Text Example

White with #DA960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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