Html Css Color HEX #DA9607 Gamboge

📋 copy color: '#DA9607'

red 218 ◦ green 150 ◦ blue 7

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

Shades of Gamboge #DA9607

Tints of Gamboge #DA9607

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

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

R = 58.13%
G = 40%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA9607 (or 0xDA9607) is known color: Gamboge. HEX triplet: DA, 96 and 07. RGB value is (218,150,7). Sum of RGB (Red+Green+Blue) = 218+150+7=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9607 is #2569F8. Grayscale: #9A9A9A. Windows color (decimal): -2451961 or 497370. OLE color: 497370.

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

Color convert

RGB 218 150 7 -
CMYK 0 0.31 0.97 0.15
HSL 40.66º 0.94% 0.44% -
HSV(B) 40.66º 0.97% 0.85% -
XYZ 39.86 36.73 5.19 -
YUV 154.03 45.03 173.63 -
System Red Green Blue C M Y K H S L
Decimal 218 150 7 0 0.31 0.97 0.15 40.66 0.94 0.44
Hex DA 96 7 0 1F 61 F 29 5E 2C
Octal 332 226 7 0 37 141 17 51 136 54
Binary 11011010 10010110 111 0 11111 1100001 1111 101001 1011110 101100

Color Harmonies of #DA9607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9607

Black with #DA9607

Text Example


Text Example

White with #DA9607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9607; }

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

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

background-color css

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

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

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

border-color css

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

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

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