Html Css Color HEX #DA910A Gamboge

📋 copy color: '#DA910A'

red 218 ◦ green 145 ◦ blue 10

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

Shades of Gamboge #DA910A

Tints of Gamboge #DA910A

RGB

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

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

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

R = 58.45%
G = 38.87%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA910A (or 0xDA910A) is known color: Gamboge. HEX triplet: DA, 91 and 0A. RGB value is (218,145,10). Sum of RGB (Red+Green+Blue) = 218+145+10=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA910A is #256EF5. Grayscale: #989898. Windows color (decimal): -2453238 or 692698. OLE color: 692698.

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

Color convert

RGB 218 145 10 -
CMYK 0 0.33 0.95 0.15
HSL 38.94º 0.91% 0.45% -
HSV(B) 38.94º 0.95% 0.85% -
XYZ 39.09 35.18 5.02 -
YUV 151.44 48.18 175.48 -
System Red Green Blue C M Y K H S L
Decimal 218 145 10 0 0.33 0.95 0.15 38.94 0.91 0.45
Hex DA 91 A 0 21 5F F 27 5B 2D
Octal 332 221 12 0 41 137 17 47 133 55
Binary 11011010 10010001 1010 0 100001 1011111 1111 100111 1011011 101101

Color Harmonies of #DA910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA910A

Black with #DA910A

Text Example


Text Example

White with #DA910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA910A; }

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

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

background-color css

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

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

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

border-color css

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

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

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