Html Css Color HEX #DA9A0F Gamboge

📋 copy color: '#DA9A0F'

red 218 ◦ green 154 ◦ blue 15

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

Shades of Gamboge #DA9A0F

Tints of Gamboge #DA9A0F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 56.33%
G = 39.79%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA9A0F (or 0xDA9A0F) is known color: Gamboge. HEX triplet: DA, 9A and 0F. RGB value is (218,154,15). Sum of RGB (Red+Green+Blue) = 218+154+15=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A0F is #2565F0. Grayscale: #9D9D9D. Windows color (decimal): -2450929 or 1022682. OLE color: 1022682.

HSL color Cylindrical-coordinate representation of color #DA9A0F: hue angle of 41.08º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA9A0F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 154 15 -
CMYK 0 0.29 0.93 0.15
HSL 41.08º 0.87% 0.46% -
HSV(B) 41.08º 0.93% 0.85% -
XYZ 40.56 38.05 5.66 -
YUV 157.29 47.7 171.3 -
System Red Green Blue C M Y K H S L
Decimal 218 154 15 0 0.29 0.93 0.15 41.08 0.87 0.46
Hex DA 9A F 0 1D 5D F 29 57 2E
Octal 332 232 17 0 35 135 17 51 127 56
Binary 11011010 10011010 1111 0 11101 1011101 1111 101001 1010111 101110

Color Harmonies of #DA9A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A0F

Black with #DA9A0F

Text Example


Text Example

White with #DA9A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A0F; }

 p { color: rgb(218,154,15); }

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

background-color css

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

 a { background-color: rgb(218,154,15); }

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

border-color css

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

 span { border-color: rgb(218,154,15); }

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