Html Css Color HEX #D28C2C Fuel Yellow

📋 copy color: '#D28C2C'

red 210 ◦ green 140 ◦ blue 44

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

Shades of Fuel Yellow #D28C2C

Tints of Fuel Yellow #D28C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.53%

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

R = 53.3%
G = 35.53%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D28C2C (or 0xD28C2C) is known color: Fuel Yellow. HEX triplet: D2, 8C and 2C. RGB value is (210,140,44). Sum of RGB (Red+Green+Blue) = 210+140+44=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C2C is #2D73D3. Grayscale: #969696. Windows color (decimal): -2978772 or 2919634. OLE color: 2919634.

HSL color Cylindrical-coordinate representation of color #D28C2C: hue angle of 34.7º 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 #D28C2C is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 44 -
CMYK 0 0.33 0.79 0.18
HSL 34.7º 0.65% 0.5% -
HSV(B) 34.7º 0.79% 0.82% -
XYZ 36.41 32.64 6.76 -
YUV 149.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 210 140 44 0 0.33 0.79 0.18 34.7 0.65 0.5
Hex D2 8C 2C 0 21 4F 12 23 41 32
Octal 322 214 54 0 41 117 22 43 101 62
Binary 11010010 10001100 101100 0 100001 1001111 10010 100011 1000001 110010

Color Harmonies of #D28C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C2C

Black with #D28C2C

Text Example


Text Example

White with #D28C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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