Html Css Color HEX #DA9417 Gamboge

📋 copy color: '#DA9417'

red 218 ◦ green 148 ◦ blue 23

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

Shades of Gamboge #DA9417

Tints of Gamboge #DA9417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

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

R = 56.04%
G = 38.05%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA9417 (or 0xDA9417) is known color: Gamboge. HEX triplet: DA, 94 and 17. RGB value is (218,148,23). Sum of RGB (Red+Green+Blue) = 218+148+23=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9417 is #256BE8. Grayscale: #9B9B9B. Windows color (decimal): -2452457 or 1545434. OLE color: 1545434.

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

Color convert

RGB 218 148 23 -
CMYK 0 0.32 0.89 0.15
HSL 38.46º 0.81% 0.47% -
HSV(B) 38.46º 0.89% 0.85% -
XYZ 39.66 36.15 5.7 -
YUV 154.68 53.69 173.16 -
System Red Green Blue C M Y K H S L
Decimal 218 148 23 0 0.32 0.89 0.15 38.46 0.81 0.47
Hex DA 94 17 0 20 59 F 26 51 2F
Octal 332 224 27 0 40 131 17 46 121 57
Binary 11011010 10010100 10111 0 100000 1011001 1111 100110 1010001 101111

Color Harmonies of #DA9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9417

Black with #DA9417

Text Example


Text Example

White with #DA9417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9417; }

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

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

background-color css

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

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

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

border-color css

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

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

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