Html Css Color HEX #DA8C30 Fuel Yellow

📋 copy color: '#DA8C30'

red 218 ◦ green 140 ◦ blue 48

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

Shades of Fuel Yellow #DA8C30

Tints of Fuel Yellow #DA8C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 53.69%
G = 34.48%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8C30 (or 0xDA8C30) is known color: Fuel Yellow. HEX triplet: DA, 8C and 30. RGB value is (218,140,48). Sum of RGB (Red+Green+Blue) = 218+140+48=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C30 is #2573CF. Grayscale: #999999. Windows color (decimal): -2454480 or 3181786. OLE color: 3181786.

HSL color Cylindrical-coordinate representation of color #DA8C30: hue angle of 32.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA8C30 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 140 48 -
CMYK 0 0.36 0.78 0.15
HSL 32.47º 0.7% 0.52% -
HSV(B) 32.47º 0.78% 0.85% -
XYZ 38.83 33.88 7.29 -
YUV 152.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 218 140 48 0 0.36 0.78 0.15 32.47 0.7 0.52
Hex DA 8C 30 0 24 4E F 20 46 34
Octal 332 214 60 0 44 116 17 40 106 64
Binary 11011010 10001100 110000 0 100100 1001110 1111 100000 1000110 110100

Color Harmonies of #DA8C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C30

Black with #DA8C30

Text Example


Text Example

White with #DA8C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C30; }

 p { color: rgb(218,140,48); }

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

background-color css

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

 a { background-color: rgb(218,140,48); }

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

border-color css

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

 span { border-color: rgb(218,140,48); }

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