Html Css Color HEX #D28C2B Fuel Yellow

📋 copy color: '#D28C2B'

red 210 ◦ green 140 ◦ blue 43

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

Shades of Fuel Yellow #D28C2B

Tints of Fuel Yellow #D28C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.94%

R = 53.44%
G = 35.62%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D28C2B (or 0xD28C2B) is known color: Fuel Yellow. HEX triplet: D2, 8C and 2B. RGB value is (210,140,43). Sum of RGB (Red+Green+Blue) = 210+140+43=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C2B is #2D73D4. Grayscale: #969696. Windows color (decimal): -2978773 or 2854098. OLE color: 2854098.

HSL color Cylindrical-coordinate representation of color #D28C2B: hue angle of 34.85º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D28C2B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 43 -
CMYK 0 0.33 0.80 0.18
HSL 34.85º 0.66% 0.5% -
HSV(B) 34.85º 0.8% 0.82% -
XYZ 36.39 32.63 6.67 -
YUV 149.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 210 140 43 0 0.33 0.80 0.18 34.85 0.66 0.5
Hex D2 8C 2B 0 21 50 12 23 42 32
Octal 322 214 53 0 41 120 22 43 102 62
Binary 11010010 10001100 101011 0 100001 1010000 10010 100011 1000010 110010

Color Harmonies of #D28C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C2B

Black with #D28C2B

Text Example


Text Example

White with #D28C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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