Html Css Color HEX #DA940D Gamboge

📋 copy color: '#DA940D'

red 218 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #DA940D

Tints of Gamboge #DA940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

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

R = 57.52%
G = 39.05%
B = 3.43%

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

#DA940D (or 0xDA940D) is known color: Gamboge. HEX triplet: DA, 94 and 0D. RGB value is (218,148,13). Sum of RGB (Red+Green+Blue) = 218+148+13=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA940D is #256BF2. Grayscale: #9A9A9A. Windows color (decimal): -2452467 or 890074. OLE color: 890074.

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

Color convert

RGB 218 148 13 -
CMYK 0 0.32 0.94 0.15
HSL 39.51º 0.89% 0.45% -
HSV(B) 39.51º 0.94% 0.85% -
XYZ 39.58 36.11 5.27 -
YUV 153.54 48.69 173.98 -
System Red Green Blue C M Y K H S L
Decimal 218 148 13 0 0.32 0.94 0.15 39.51 0.89 0.45
Hex DA 94 D 0 20 5E F 28 59 2D
Octal 332 224 15 0 40 136 17 50 131 55
Binary 11011010 10010100 1101 0 100000 1011110 1111 101000 1011001 101101

Color Harmonies of #DA940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA940D

Black with #DA940D

Text Example


Text Example

White with #DA940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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