Html Css Color HEX #DA9007 Gamboge

📋 copy color: '#DA9007'

red 218 ◦ green 144 ◦ blue 7

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

Shades of Gamboge #DA9007

Tints of Gamboge #DA9007

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

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

R = 59.08%
G = 39.02%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA9007 (or 0xDA9007) is known color: Gamboge. HEX triplet: DA, 90 and 07. RGB value is (218,144,7). Sum of RGB (Red+Green+Blue) = 218+144+7=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9007 is #256FF8. Grayscale: #979797. Windows color (decimal): -2453497 or 495834. OLE color: 495834.

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

Color convert

RGB 218 144 7 -
CMYK 0 0.34 0.97 0.15
HSL 38.96º 0.94% 0.44% -
HSV(B) 38.96º 0.97% 0.85% -
XYZ 38.93 34.87 4.88 -
YUV 150.51 47.02 176.14 -
System Red Green Blue C M Y K H S L
Decimal 218 144 7 0 0.34 0.97 0.15 38.96 0.94 0.44
Hex DA 90 7 0 22 61 F 27 5E 2C
Octal 332 220 7 0 42 141 17 47 136 54
Binary 11011010 10010000 111 0 100010 1100001 1111 100111 1011110 101100

Color Harmonies of #DA9007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9007

Black with #DA9007

Text Example


Text Example

White with #DA9007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9007; }

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

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

background-color css

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

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

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

border-color css

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

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

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