Html Css Color HEX #DA8F09 Gamboge

📋 copy color: '#DA8F09'

red 218 ◦ green 143 ◦ blue 9

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

Shades of Gamboge #DA8F09

Tints of Gamboge #DA8F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.65%

 BLUE value IS 9 (3.91% from 255) = 2.43%

R = 58.92%
G = 38.65%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA8F09 (or 0xDA8F09) is known color: Gamboge. HEX triplet: DA, 8F and 09. RGB value is (218,143,9). Sum of RGB (Red+Green+Blue) = 218+143+9=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 9 (3.91% from 255 or 2.43% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8F09 is #2570F6. Grayscale: #969696. Windows color (decimal): -2453751 or 626650. OLE color: 626650.

HSL color Cylindrical-coordinate representation of color #DA8F09: hue angle of 38.47º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA8F09 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 9 -
CMYK 0 0.34 0.96 0.15
HSL 38.47º 0.92% 0.45% -
HSV(B) 38.47º 0.96% 0.85% -
XYZ 38.79 34.57 4.89 -
YUV 150.15 48.35 176.4 -
System Red Green Blue C M Y K H S L
Decimal 218 143 9 0 0.34 0.96 0.15 38.47 0.92 0.45
Hex DA 8F 9 0 22 60 F 26 5C 2D
Octal 332 217 11 0 42 140 17 46 134 55
Binary 11011010 10001111 1001 0 100010 1100000 1111 100110 1011100 101101

Color Harmonies of #DA8F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F09

Black with #DA8F09

Text Example


Text Example

White with #DA8F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F09; }

 p { color: rgb(218,143,9); }

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

background-color css

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

 a { background-color: rgb(218,143,9); }

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

border-color css

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

 span { border-color: rgb(218,143,9); }

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