Html Css Color HEX #DA960B Gamboge

📋 copy color: '#DA960B'

red 218 ◦ green 150 ◦ blue 11

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

Shades of Gamboge #DA960B

Tints of Gamboge #DA960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 57.52%
G = 39.58%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA960B (or 0xDA960B) is known color: Gamboge. HEX triplet: DA, 96 and 0B. RGB value is (218,150,11). Sum of RGB (Red+Green+Blue) = 218+150+11=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA960B is #2569F4. Grayscale: #9B9B9B. Windows color (decimal): -2451957 or 759514. OLE color: 759514.

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

Color convert

RGB 218 150 11 -
CMYK 0 0.31 0.95 0.15
HSL 40.29º 0.9% 0.45% -
HSV(B) 40.29º 0.95% 0.85% -
XYZ 39.88 36.74 5.31 -
YUV 154.49 47.03 173.3 -
System Red Green Blue C M Y K H S L
Decimal 218 150 11 0 0.31 0.95 0.15 40.29 0.9 0.45
Hex DA 96 B 0 1F 5F F 28 5A 2D
Octal 332 226 13 0 37 137 17 50 132 55
Binary 11011010 10010110 1011 0 11111 1011111 1111 101000 1011010 101101

Color Harmonies of #DA960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA960B

Black with #DA960B

Text Example


Text Example

White with #DA960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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