Html Css Color HEX #DA940A Gamboge

📋 copy color: '#DA940A'

red 218 ◦ green 148 ◦ blue 10

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

Shades of Gamboge #DA940A

Tints of Gamboge #DA940A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.66%

R = 57.98%
G = 39.36%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA940A (or 0xDA940A) is known color: Gamboge. HEX triplet: DA, 94 and 0A. RGB value is (218,148,10). Sum of RGB (Red+Green+Blue) = 218+148+10=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA940A is #256BF5. Grayscale: #999999. Windows color (decimal): -2452470 or 693466. OLE color: 693466.

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

Color convert

RGB 218 148 10 -
CMYK 0 0.32 0.95 0.15
HSL 39.81º 0.91% 0.45% -
HSV(B) 39.81º 0.95% 0.85% -
XYZ 39.56 36.11 5.17 -
YUV 153.2 47.19 174.22 -
System Red Green Blue C M Y K H S L
Decimal 218 148 10 0 0.32 0.95 0.15 39.81 0.91 0.45
Hex DA 94 A 0 20 5F F 28 5B 2D
Octal 332 224 12 0 40 137 17 50 133 55
Binary 11011010 10010100 1010 0 100000 1011111 1111 101000 1011011 101101

Color Harmonies of #DA940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA940A

Black with #DA940A

Text Example


Text Example

White with #DA940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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