Html Css Color HEX #DA890E Gamboge

📋 copy color: '#DA890E'

red 218 ◦ green 137 ◦ blue 14

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

Shades of Gamboge #DA890E

Tints of Gamboge #DA890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

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

R = 59.08%
G = 37.13%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA890E (or 0xDA890E) is known color: Gamboge. HEX triplet: DA, 89 and 0E. RGB value is (218,137,14). Sum of RGB (Red+Green+Blue) = 218+137+14=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA890E is #2576F1. Grayscale: #939393. Windows color (decimal): -2455282 or 952794. OLE color: 952794.

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

Color convert

RGB 218 137 14 -
CMYK 0 0.37 0.94 0.15
HSL 36.18º 0.88% 0.45% -
HSV(B) 36.18º 0.94% 0.85% -
XYZ 37.94 32.83 4.75 -
YUV 147.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 218 137 14 0 0.37 0.94 0.15 36.18 0.88 0.45
Hex DA 89 E 0 25 5E F 24 58 2D
Octal 332 211 16 0 45 136 17 44 130 55
Binary 11011010 10001001 1110 0 100101 1011110 1111 100100 1011000 101101

Color Harmonies of #DA890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA890E

Black with #DA890E

Text Example


Text Example

White with #DA890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA890E; }

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

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

background-color css

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

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

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

border-color css

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

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

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