Html Css Color HEX #DA950D Gamboge

📋 copy color: '#DA950D'

red 218 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #DA950D

Tints of Gamboge #DA950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.21%

 BLUE value IS 13 (5.47% from 255) = 3.42%

R = 57.37%
G = 39.21%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA950D (or 0xDA950D) is known color: Gamboge. HEX triplet: DA, 95 and 0D. RGB value is (218,149,13). Sum of RGB (Red+Green+Blue) = 218+149+13=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA950D is #256AF2. Grayscale: #9A9A9A. Windows color (decimal): -2452211 or 890330. OLE color: 890330.

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

Color convert

RGB 218 149 13 -
CMYK 0 0.32 0.94 0.15
HSL 39.8º 0.89% 0.45% -
HSV(B) 39.8º 0.94% 0.85% -
XYZ 39.73 36.43 5.32 -
YUV 154.13 48.36 173.56 -
System Red Green Blue C M Y K H S L
Decimal 218 149 13 0 0.32 0.94 0.15 39.8 0.89 0.45
Hex DA 95 D 0 20 5E F 28 59 2D
Octal 332 225 15 0 40 136 17 50 131 55
Binary 11011010 10010101 1101 0 100000 1011110 1111 101000 1011001 101101

Color Harmonies of #DA950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA950D

Black with #DA950D

Text Example


Text Example

White with #DA950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA950D; }

 p { color: rgb(218,149,13); }

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

background-color css

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

 a { background-color: rgb(218,149,13); }

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

border-color css

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

 span { border-color: rgb(218,149,13); }

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