Html Css Color HEX #DA910E Gamboge

📋 copy color: '#DA910E'

red 218 ◦ green 145 ◦ blue 14

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

Shades of Gamboge #DA910E

Tints of Gamboge #DA910E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

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

R = 57.82%
G = 38.46%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA910E (or 0xDA910E) is known color: Gamboge. HEX triplet: DA, 91 and 0E. RGB value is (218,145,14). Sum of RGB (Red+Green+Blue) = 218+145+14=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA910E is #256EF1. Grayscale: #989898. Windows color (decimal): -2453234 or 954842. OLE color: 954842.

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

Color convert

RGB 218 145 14 -
CMYK 0 0.33 0.94 0.15
HSL 38.53º 0.88% 0.45% -
HSV(B) 38.53º 0.94% 0.85% -
XYZ 39.12 35.19 5.15 -
YUV 151.89 50.18 175.15 -
System Red Green Blue C M Y K H S L
Decimal 218 145 14 0 0.33 0.94 0.15 38.53 0.88 0.45
Hex DA 91 E 0 21 5E F 27 58 2D
Octal 332 221 16 0 41 136 17 47 130 55
Binary 11011010 10010001 1110 0 100001 1011110 1111 100111 1011000 101101

Color Harmonies of #DA910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA910E

Black with #DA910E

Text Example


Text Example

White with #DA910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA910E; }

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

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

background-color css

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

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

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

border-color css

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

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

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