Html Css Color HEX #DA9A0E Gamboge

📋 copy color: '#DA9A0E'

red 218 ◦ green 154 ◦ blue 14

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

Shades of Gamboge #DA9A0E

Tints of Gamboge #DA9A0E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.9%

 BLUE value IS 14 (5.86% from 255) = 3.63%

R = 56.48%
G = 39.9%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA9A0E (or 0xDA9A0E) is known color: Gamboge. HEX triplet: DA, 9A and 0E. RGB value is (218,154,14). Sum of RGB (Red+Green+Blue) = 218+154+14=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A0E is #2565F1. Grayscale: #9D9D9D. Windows color (decimal): -2450930 or 957146. OLE color: 957146.

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

Color convert

RGB 218 154 14 -
CMYK 0 0.29 0.94 0.15
HSL 41.18º 0.88% 0.45% -
HSV(B) 41.18º 0.94% 0.85% -
XYZ 40.55 38.05 5.62 -
YUV 157.18 47.2 171.38 -
System Red Green Blue C M Y K H S L
Decimal 218 154 14 0 0.29 0.94 0.15 41.18 0.88 0.45
Hex DA 9A E 0 1D 5E F 29 58 2D
Octal 332 232 16 0 35 136 17 51 130 55
Binary 11011010 10011010 1110 0 11101 1011110 1111 101001 1011000 101101

Color Harmonies of #DA9A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A0E

Black with #DA9A0E

Text Example


Text Example

White with #DA9A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A0E; }

 p { color: rgb(218,154,14); }

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

background-color css

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

 a { background-color: rgb(218,154,14); }

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

border-color css

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

 span { border-color: rgb(218,154,14); }

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