Html Css Color HEX #DA9015 Gamboge

📋 copy color: '#DA9015'

red 218 ◦ green 144 ◦ blue 21

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

Shades of Gamboge #DA9015

Tints of Gamboge #DA9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

 BLUE value IS 21 (8.59% from 255) = 5.48%

R = 56.92%
G = 37.6%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA9015 (or 0xDA9015) is known color: Gamboge. HEX triplet: DA, 90 and 15. RGB value is (218,144,21). Sum of RGB (Red+Green+Blue) = 218+144+21=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9015 is #256FEA. Grayscale: #989898. Windows color (decimal): -2453483 or 1413338. OLE color: 1413338.

HSL color Cylindrical-coordinate representation of color #DA9015: hue angle of 37.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA9015 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 144 21 -
CMYK 0 0.34 0.90 0.15
HSL 37.46º 0.82% 0.47% -
HSV(B) 37.46º 0.9% 0.85% -
XYZ 39.02 34.91 5.39 -
YUV 152.1 54.02 175 -
System Red Green Blue C M Y K H S L
Decimal 218 144 21 0 0.34 0.90 0.15 37.46 0.82 0.47
Hex DA 90 15 0 22 5A F 25 52 2F
Octal 332 220 25 0 42 132 17 45 122 57
Binary 11011010 10010000 10101 0 100010 1011010 1111 100101 1010010 101111

Color Harmonies of #DA9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9015

Black with #DA9015

Text Example


Text Example

White with #DA9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9015; }

 p { color: rgb(218,144,21); }

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

background-color css

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

 a { background-color: rgb(218,144,21); }

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

border-color css

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

 span { border-color: rgb(218,144,21); }

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