Html Css Color HEX #DA9F17 Gamboge

📋 copy color: '#DA9F17'

red 218 ◦ green 159 ◦ blue 23

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

Shades of Gamboge #DA9F17

Tints of Gamboge #DA9F17

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.75%

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

R = 54.5%
G = 39.75%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA9F17 (or 0xDA9F17) is known color: Gamboge. HEX triplet: DA, 9F and 17. RGB value is (218,159,23). Sum of RGB (Red+Green+Blue) = 218+159+23=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9F17 is #2560E8. Grayscale: #A1A1A1. Windows color (decimal): -2449641 or 1548250. OLE color: 1548250.

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

Color convert

RGB 218 159 23 -
CMYK 0 0.27 0.89 0.15
HSL 41.85º 0.81% 0.47% -
HSV(B) 41.85º 0.89% 0.85% -
XYZ 41.47 39.76 6.3 -
YUV 161.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 218 159 23 0 0.27 0.89 0.15 41.85 0.81 0.47
Hex DA 9F 17 0 1B 59 F 2A 51 2F
Octal 332 237 27 0 33 131 17 52 121 57
Binary 11011010 10011111 10111 0 11011 1011001 1111 101010 1010001 101111

Color Harmonies of #DA9F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9F17

Black with #DA9F17

Text Example


Text Example

White with #DA9F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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