Html Css Color HEX #DA9600 Gamboge

📋 copy color: '#DA9600'

red 218 ◦ green 150 ◦ blue 0

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

Shades of Gamboge #DA9600

Tints of Gamboge #DA9600

RGB

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

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

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

R = 59.24%
G = 40.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA9600 (or 0xDA9600) is known color: Gamboge. HEX triplet: DA, 96 and 00. RGB value is (218,150,0). Sum of RGB (Red+Green+Blue) = 218+150+0=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9600 is #2569FF. Grayscale: #999999. Windows color (decimal): -2451968 or 38618. OLE color: 38618.

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

Color convert

RGB 218 150 0 -
CMYK 0 0.31 1 0.15
HSL 41.28º 1% 0.43% -
HSV(B) 41.28º 1% 0.85% -
XYZ 39.82 36.72 4.99 -
YUV 153.23 41.53 174.2 -
System Red Green Blue C M Y K H S L
Decimal 218 150 0 0 0.31 1 0.15 41.28 1 0.43
Hex DA 96 0 0 1F 64 F 29 64 2B
Octal 332 226 0 0 37 144 17 51 144 53
Binary 11011010 10010110 0 0 11111 1100100 1111 101001 1100100 101011

Color Harmonies of #DA9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9600

Black with #DA9600

Text Example


Text Example

White with #DA9600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9600; }

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

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

background-color css

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

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

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

border-color css

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

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

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