Html Css Color HEX #D28A2C Fuel Yellow

📋 copy color: '#D28A2C'

red 210 ◦ green 138 ◦ blue 44

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

Shades of Fuel Yellow #D28A2C

Tints of Fuel Yellow #D28A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.22%

R = 53.57%
G = 35.2%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D28A2C (or 0xD28A2C) is known color: Fuel Yellow. HEX triplet: D2, 8A and 2C. RGB value is (210,138,44). Sum of RGB (Red+Green+Blue) = 210+138+44=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A2C is #2D75D3. Grayscale: #959595. Windows color (decimal): -2979284 or 2919122. OLE color: 2919122.

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

Color convert

RGB 210 138 44 -
CMYK 0 0.34 0.79 0.18
HSL 33.98º 0.65% 0.5% -
HSV(B) 33.98º 0.79% 0.82% -
XYZ 36.12 32.06 6.67 -
YUV 148.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 210 138 44 0 0.34 0.79 0.18 33.98 0.65 0.5
Hex D2 8A 2C 0 22 4F 12 22 41 32
Octal 322 212 54 0 42 117 22 42 101 62
Binary 11010010 10001010 101100 0 100010 1001111 10010 100010 1000001 110010

Color Harmonies of #D28A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A2C

Black with #D28A2C

Text Example


Text Example

White with #D28A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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