Html Css Color HEX #DA910C Gamboge

📋 copy color: '#DA910C'

red 218 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #DA910C

Tints of Gamboge #DA910C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.2%

R = 58.13%
G = 38.67%
B = 3.2%

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

#DA910C (or 0xDA910C) is known color: Gamboge. HEX triplet: DA, 91 and 0C. RGB value is (218,145,12). Sum of RGB (Red+Green+Blue) = 218+145+12=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA910C is #256EF3. Grayscale: #989898. Windows color (decimal): -2453236 or 823770. OLE color: 823770.

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

Color convert

RGB 218 145 12 -
CMYK 0 0.33 0.94 0.15
HSL 38.74º 0.9% 0.45% -
HSV(B) 38.74º 0.94% 0.85% -
XYZ 39.11 35.18 5.08 -
YUV 151.67 49.18 175.31 -
System Red Green Blue C M Y K H S L
Decimal 218 145 12 0 0.33 0.94 0.15 38.74 0.9 0.45
Hex DA 91 C 0 21 5E F 27 5A 2D
Octal 332 221 14 0 41 136 17 47 132 55
Binary 11011010 10010001 1100 0 100001 1011110 1111 100111 1011010 101101

Color Harmonies of #DA910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA910C

Black with #DA910C

Text Example


Text Example

White with #DA910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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