Html Css Color HEX #DA9807 Gamboge

📋 copy color: '#DA9807'

red 218 ◦ green 152 ◦ blue 7

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

Shades of Gamboge #DA9807

Tints of Gamboge #DA9807

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

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

R = 57.82%
G = 40.32%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA9807 (or 0xDA9807) is known color: Gamboge. HEX triplet: DA, 98 and 07. RGB value is (218,152,7). Sum of RGB (Red+Green+Blue) = 218+152+7=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9807 is #2567F8. Grayscale: #9B9B9B. Windows color (decimal): -2451449 or 497882. OLE color: 497882.

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

Color convert

RGB 218 152 7 -
CMYK 0 0.30 0.97 0.15
HSL 41.23º 0.94% 0.44% -
HSV(B) 41.23º 0.97% 0.85% -
XYZ 40.18 37.38 5.3 -
YUV 155.2 44.37 172.79 -
System Red Green Blue C M Y K H S L
Decimal 218 152 7 0 0.30 0.97 0.15 41.23 0.94 0.44
Hex DA 98 7 0 1E 61 F 29 5E 2C
Octal 332 230 7 0 36 141 17 51 136 54
Binary 11011010 10011000 111 0 11110 1100001 1111 101001 1011110 101100

Color Harmonies of #DA9807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9807

Black with #DA9807

Text Example


Text Example

White with #DA9807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9807; }

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

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

background-color css

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

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

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

border-color css

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

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

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