Html Css Color HEX #D58B2D Fuel Yellow

📋 copy color: '#D58B2D'

red 213 ◦ green 139 ◦ blue 45

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

Shades of Fuel Yellow #D58B2D

Tints of Fuel Yellow #D58B2D

RGB

 RED value IS 213 (83.59% from 255) = 53.65%

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

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 53.65%
G = 35.01%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D58B2D (or 0xD58B2D) is known color: Fuel Yellow. HEX triplet: D5, 8B and 2D. RGB value is (213,139,45). Sum of RGB (Red+Green+Blue) = 213+139+45=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58B2D is #2A74D2. Grayscale: #969696. Windows color (decimal): -2782419 or 2984917. OLE color: 2984917.

HSL color Cylindrical-coordinate representation of color #D58B2D: hue angle of 33.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D58B2D is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 139 45 -
CMYK 0 0.35 0.79 0.16
HSL 33.57º 0.67% 0.51% -
HSV(B) 33.57º 0.79% 0.84% -
XYZ 37.15 32.8 6.86 -
YUV 150.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 213 139 45 0 0.35 0.79 0.16 33.57 0.67 0.51
Hex D5 8B 2D 0 23 4F 10 22 43 33
Octal 325 213 55 0 43 117 20 42 103 63
Binary 11010101 10001011 101101 0 100011 1001111 10000 100010 1000011 110011

Color Harmonies of #D58B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58B2D

Black with #D58B2D

Text Example


Text Example

White with #D58B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58B2D; }

 p { color: rgb(213,139,45); }

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

background-color css

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

 a { background-color: rgb(213,139,45); }

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

border-color css

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

 span { border-color: rgb(213,139,45); }

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