Html Css Color HEX #D48B2E Fuel Yellow

📋 copy color: '#D48B2E'

red 212 ◦ green 139 ◦ blue 46

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

Shades of Fuel Yellow #D48B2E

Tints of Fuel Yellow #D48B2E

RGB

 RED value IS 212 (83.2% from 255) = 53.4%

 GREEN value IS 139 (54.69% from 255) = 35.01%

 BLUE value IS 46 (18.36% from 255) = 11.59%

R = 53.4%
G = 35.01%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D48B2E (or 0xD48B2E) is known color: Fuel Yellow. HEX triplet: D4, 8B and 2E. RGB value is (212,139,46). Sum of RGB (Red+Green+Blue) = 212+139+46=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48B2E is #2B74D1. Grayscale: #969696. Windows color (decimal): -2847954 or 3050452. OLE color: 3050452.

HSL color Cylindrical-coordinate representation of color #D48B2E: hue angle of 33.61º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D48B2E is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 139 46 -
CMYK 0 0.34 0.78 0.17
HSL 33.61º 0.66% 0.51% -
HSV(B) 33.61º 0.78% 0.83% -
XYZ 36.88 32.66 6.95 -
YUV 150.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 212 139 46 0 0.34 0.78 0.17 33.61 0.66 0.51
Hex D4 8B 2E 0 22 4E 11 22 42 33
Octal 324 213 56 0 42 116 21 42 102 63
Binary 11010100 10001011 101110 0 100010 1001110 10001 100010 1000010 110011

Color Harmonies of #D48B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B2E

Black with #D48B2E

Text Example


Text Example

White with #D48B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B2E; }

 p { color: rgb(212,139,46); }

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

background-color css

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

 a { background-color: rgb(212,139,46); }

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

border-color css

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

 span { border-color: rgb(212,139,46); }

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