Html Css Color HEX #DA9900 Gamboge

📋 copy color: '#DA9900'

red 218 ◦ green 153 ◦ blue 0

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

Shades of Gamboge #DA9900

Tints of Gamboge #DA9900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.76%
G = 41.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA9900 (or 0xDA9900) is known color: Gamboge. HEX triplet: DA, 99 and 00. RGB value is (218,153,0). Sum of RGB (Red+Green+Blue) = 218+153+0=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9900 is #2566FF. Grayscale: #9B9B9B. Windows color (decimal): -2451200 or 39386. OLE color: 39386.

HSL color Cylindrical-coordinate representation of color #DA9900: hue angle of 42.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA9900 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 0 -
CMYK 0 0.30 1 0.15
HSL 42.11º 1% 0.43% -
HSV(B) 42.11º 1% 0.85% -
XYZ 40.3 37.69 5.15 -
YUV 154.99 40.53 172.94 -
System Red Green Blue C M Y K H S L
Decimal 218 153 0 0 0.30 1 0.15 42.11 1 0.43
Hex DA 99 0 0 1E 64 F 2A 64 2B
Octal 332 231 0 0 36 144 17 52 144 53
Binary 11011010 10011001 0 0 11110 1100100 1111 101010 1100100 101011

Color Harmonies of #DA9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9900

Black with #DA9900

Text Example


Text Example

White with #DA9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9900; }

 p { color: rgb(218,153,0); }

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

background-color css

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

 a { background-color: rgb(218,153,0); }

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

border-color css

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

 span { border-color: rgb(218,153,0); }

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