Html Css Color HEX #DA8A2F Fuel Yellow

📋 copy color: '#DA8A2F'

red 218 ◦ green 138 ◦ blue 47

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

Shades of Fuel Yellow #DA8A2F

Tints of Fuel Yellow #DA8A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

 BLUE value IS 47 (18.75% from 255) = 11.66%

R = 54.09%
G = 34.24%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8A2F (or 0xDA8A2F) is known color: Fuel Yellow. HEX triplet: DA, 8A and 2F. RGB value is (218,138,47). Sum of RGB (Red+Green+Blue) = 218+138+47=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A2F is #2575D0. Grayscale: #979797. Windows color (decimal): -2454993 or 3115738. OLE color: 3115738.

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

Color convert

RGB 218 138 47 -
CMYK 0 0.37 0.78 0.15
HSL 31.93º 0.7% 0.52% -
HSV(B) 31.93º 0.78% 0.85% -
XYZ 38.52 33.29 7.08 -
YUV 151.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 218 138 47 0 0.37 0.78 0.15 31.93 0.7 0.52
Hex DA 8A 2F 0 25 4E F 20 46 34
Octal 332 212 57 0 45 116 17 40 106 64
Binary 11011010 10001010 101111 0 100101 1001110 1111 100000 1000110 110100

Color Harmonies of #DA8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A2F

Black with #DA8A2F

Text Example


Text Example

White with #DA8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A2F; }

 p { color: rgb(218,138,47); }

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

background-color css

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

 a { background-color: rgb(218,138,47); }

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

border-color css

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

 span { border-color: rgb(218,138,47); }

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