Html Css Color HEX #DA9E07 Gamboge

📋 copy color: '#DA9E07'

red 218 ◦ green 158 ◦ blue 7

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

Shades of Gamboge #DA9E07

Tints of Gamboge #DA9E07

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 56.92%
G = 41.25%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA9E07 (or 0xDA9E07) is known color: Gamboge. HEX triplet: DA, 9E and 07. RGB value is (218,158,7). Sum of RGB (Red+Green+Blue) = 218+158+7=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9E07 is #2561F8. Grayscale: #9F9F9F. Windows color (decimal): -2449913 or 499418. OLE color: 499418.

HSL color Cylindrical-coordinate representation of color #DA9E07: hue angle of 42.94º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA9E07 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 7 -
CMYK 0 0.28 0.97 0.15
HSL 42.94º 0.94% 0.44% -
HSV(B) 42.94º 0.97% 0.85% -
XYZ 41.18 39.37 5.63 -
YUV 158.73 42.38 170.28 -
System Red Green Blue C M Y K H S L
Decimal 218 158 7 0 0.28 0.97 0.15 42.94 0.94 0.44
Hex DA 9E 7 0 1C 61 F 2B 5E 2C
Octal 332 236 7 0 34 141 17 53 136 54
Binary 11011010 10011110 111 0 11100 1100001 1111 101011 1011110 101100

Color Harmonies of #DA9E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E07

Black with #DA9E07

Text Example


Text Example

White with #DA9E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E07; }

 p { color: rgb(218,158,7); }

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

background-color css

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

 a { background-color: rgb(218,158,7); }

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

border-color css

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

 span { border-color: rgb(218,158,7); }

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