Html Css Color HEX #D28A30 Fuel Yellow

📋 copy color: '#D28A30'

red 210 ◦ green 138 ◦ blue 48

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

Shades of Fuel Yellow #D28A30

Tints of Fuel Yellow #D28A30

RGB

 RED value IS 210 (82.42% from 255) = 53.03%

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

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

R = 53.03%
G = 34.85%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D28A30 (or 0xD28A30) is known color: Fuel Yellow. HEX triplet: D2, 8A and 30. RGB value is (210,138,48). Sum of RGB (Red+Green+Blue) = 210+138+48=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A30 is #2D75CF. Grayscale: #959595. Windows color (decimal): -2979280 or 3181266. OLE color: 3181266.

HSL color Cylindrical-coordinate representation of color #D28A30: hue angle of 33.33º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D28A30 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 138 48 -
CMYK 0 0.34 0.77 0.18
HSL 33.33º 0.64% 0.51% -
HSV(B) 33.33º 0.77% 0.82% -
XYZ 36.2 32.09 7.08 -
YUV 149.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 210 138 48 0 0.34 0.77 0.18 33.33 0.64 0.51
Hex D2 8A 30 0 22 4D 12 21 40 33
Octal 322 212 60 0 42 115 22 41 100 63
Binary 11010010 10001010 110000 0 100010 1001101 10010 100001 1000000 110011

Color Harmonies of #D28A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A30

Black with #D28A30

Text Example


Text Example

White with #D28A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A30; }

 p { color: rgb(210,138,48); }

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

background-color css

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

 a { background-color: rgb(210,138,48); }

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

border-color css

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

 span { border-color: rgb(210,138,48); }

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