Html Css Color HEX #DA890F Gamboge

📋 copy color: '#DA890F'

red 218 ◦ green 137 ◦ blue 15

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

Shades of Gamboge #DA890F

Tints of Gamboge #DA890F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.05%

R = 58.92%
G = 37.03%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA890F (or 0xDA890F) is known color: Gamboge. HEX triplet: DA, 89 and 0F. RGB value is (218,137,15). Sum of RGB (Red+Green+Blue) = 218+137+15=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA890F is #2576F0. Grayscale: #939393. Windows color (decimal): -2455281 or 1018330. OLE color: 1018330.

HSL color Cylindrical-coordinate representation of color #DA890F: hue angle of 36.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA890F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 137 15 -
CMYK 0 0.37 0.93 0.15
HSL 36.06º 0.87% 0.46% -
HSV(B) 36.06º 0.93% 0.85% -
XYZ 37.95 32.83 4.79 -
YUV 147.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 218 137 15 0 0.37 0.93 0.15 36.06 0.87 0.46
Hex DA 89 F 0 25 5D F 24 57 2E
Octal 332 211 17 0 45 135 17 44 127 56
Binary 11011010 10001001 1111 0 100101 1011101 1111 100100 1010111 101110

Color Harmonies of #DA890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA890F

Black with #DA890F

Text Example


Text Example

White with #DA890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA890F; }

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

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

background-color css

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

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

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

border-color css

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

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

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