Html Css Color HEX #DA9800 Gamboge

📋 copy color: '#DA9800'

red 218 ◦ green 152 ◦ blue 0

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

Shades of Gamboge #DA9800

Tints of Gamboge #DA9800

RGB

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

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

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

R = 58.92%
G = 41.08%
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

#DA9800 (or 0xDA9800) is known color: Gamboge. HEX triplet: DA, 98 and 00. RGB value is (218,152,0). Sum of RGB (Red+Green+Blue) = 218+152+0=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9800 is #2567FF. Grayscale: #9B9B9B. Windows color (decimal): -2451456 or 39130. OLE color: 39130.

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

Color convert

RGB 218 152 0 -
CMYK 0 0.30 1 0.15
HSL 41.83º 1% 0.43% -
HSV(B) 41.83º 1% 0.85% -
XYZ 40.14 37.36 5.1 -
YUV 154.41 40.87 173.36 -
System Red Green Blue C M Y K H S L
Decimal 218 152 0 0 0.30 1 0.15 41.83 1 0.43
Hex DA 98 0 0 1E 64 F 2A 64 2B
Octal 332 230 0 0 36 144 17 52 144 53
Binary 11011010 10011000 0 0 11110 1100100 1111 101010 1100100 101011

Color Harmonies of #DA9800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9800

Black with #DA9800

Text Example


Text Example

White with #DA9800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9800; }

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

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

background-color css

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

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

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

border-color css

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

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

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