Html Css Color HEX #D28C3A Fuel Yellow

📋 copy color: '#D28C3A'

red 210 ◦ green 140 ◦ blue 58

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

Shades of Fuel Yellow #D28C3A

Tints of Fuel Yellow #D28C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.22%

R = 51.47%
G = 34.31%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D28C3A (or 0xD28C3A) is known color: Fuel Yellow. HEX triplet: D2, 8C and 3A. RGB value is (210,140,58). Sum of RGB (Red+Green+Blue) = 210+140+58=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C3A is #2D73C5. Grayscale: #979797. Windows color (decimal): -2978758 or 3837138. OLE color: 3837138.

HSL color Cylindrical-coordinate representation of color #D28C3A: hue angle of 32.37º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D28C3A is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 58 -
CMYK 0 0.33 0.72 0.18
HSL 32.37º 0.63% 0.53% -
HSV(B) 32.37º 0.72% 0.82% -
XYZ 36.72 32.76 8.39 -
YUV 151.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 210 140 58 0 0.33 0.72 0.18 32.37 0.63 0.53
Hex D2 8C 3A 0 21 48 12 20 3F 35
Octal 322 214 72 0 41 110 22 40 77 65
Binary 11010010 10001100 111010 0 100001 1001000 10010 100000 111111 110101

Color Harmonies of #D28C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C3A

Black with #D28C3A

Text Example


Text Example

White with #D28C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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