Html Css Color HEX #D48B2B Fuel Yellow

📋 copy color: '#D48B2B'

red 212 ◦ green 139 ◦ blue 43

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

Shades of Fuel Yellow #D48B2B

Tints of Fuel Yellow #D48B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.91%

R = 53.81%
G = 35.28%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D48B2B (or 0xD48B2B) is known color: Fuel Yellow. HEX triplet: D4, 8B and 2B. RGB value is (212,139,43). Sum of RGB (Red+Green+Blue) = 212+139+43=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48B2B is #2B74D4. Grayscale: #969696. Windows color (decimal): -2847957 or 2853844. OLE color: 2853844.

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

Color convert

RGB 212 139 43 -
CMYK 0 0.34 0.80 0.17
HSL 34.08º 0.66% 0.5% -
HSV(B) 34.08º 0.8% 0.83% -
XYZ 36.82 32.64 6.64 -
YUV 149.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 212 139 43 0 0.34 0.80 0.17 34.08 0.66 0.5
Hex D4 8B 2B 0 22 50 11 22 42 32
Octal 324 213 53 0 42 120 21 42 102 62
Binary 11010100 10001011 101011 0 100010 1010000 10001 100010 1000010 110010

Color Harmonies of #D48B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B2B

Black with #D48B2B

Text Example


Text Example

White with #D48B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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