Html Css Color HEX #DA9017 Gamboge

📋 copy color: '#DA9017'

red 218 ◦ green 144 ◦ blue 23

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

Shades of Gamboge #DA9017

Tints of Gamboge #DA9017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.97%

R = 56.62%
G = 37.4%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA9017 (or 0xDA9017) is known color: Gamboge. HEX triplet: DA, 90 and 17. RGB value is (218,144,23). Sum of RGB (Red+Green+Blue) = 218+144+23=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9017 is #256FE8. Grayscale: #989898. Windows color (decimal): -2453481 or 1544410. OLE color: 1544410.

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

Color convert

RGB 218 144 23 -
CMYK 0 0.34 0.89 0.15
HSL 37.23º 0.81% 0.47% -
HSV(B) 37.23º 0.89% 0.85% -
XYZ 39.04 34.91 5.49 -
YUV 152.33 55.02 174.84 -
System Red Green Blue C M Y K H S L
Decimal 218 144 23 0 0.34 0.89 0.15 37.23 0.81 0.47
Hex DA 90 17 0 22 59 F 25 51 2F
Octal 332 220 27 0 42 131 17 45 121 57
Binary 11011010 10010000 10111 0 100010 1011001 1111 100101 1010001 101111

Color Harmonies of #DA9017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9017

Black with #DA9017

Text Example


Text Example

White with #DA9017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9017; }

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

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

background-color css

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

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

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

border-color css

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

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

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